Be シェルコマンド解説
- awk-- テキスト処理インタープリタ
- bash-- シェル
- basename-- ファイル名からディレクトリ名と拡張子(サフィックス)を削除
- bc-- 電卓
- bison-- a YACC compatible parser generator
- cat-- ファイルの内容を標準出力に表示
- chmod-- ファイルのアクセス権を変更する
- ci-- ファイルのリビジョンを新しくする
- cksum-- ファイルのチェックサムとバイト数を算出
- co-- ファイルのリビジョンをチェック
- comm-- 指定したファイルに共通する部分を抜き出す
- compress-- ファイル圧縮/展開
- cp-- ファイルコピー
- csplit-- ファイルから抜き出したテキストを新規ファイルとして作成する
- cut-- 指定した単語をファイルから削除する
- dc-- 電卓(bcより低機能)
- dd-- データをダンプ出力する。ファイルのコピーとデータのコンバート
- diff-- 2つのファイルを比較し、差分を作成
- diff3-- 3つのファイルを比較し、差分を作成
- dirname-- パスからファイル名だけを抽出する
- du-- カレントディレクトリ以下の情報を表示
- echo-- echo the command line arguments
- egrep--文字列検索
- env-- 環境変数表示
- expand-- タブをスペースに変換する
- expr-- print the result of the math expression on the command line
- false-- exit with a bad return code
- fgrep-- 文字列検索
- flex-- a lex compatible lexical analyzer generator
- fmt-- format input text
- fold-- wrap long lines past a specified line length
- grep-- 文字列検索
- groups-- グループに属するユーザー名の表示
- gunzip-- gzip で圧縮されたファイル(.Z, .gz)の展開
- gzip-- ファイル圧縮
- head-- ファイルの先頭から指定した行数を表示する
- id-- 現在のユーザー名とグループ名を表示する
- ident-- identify RCS keyword strings in files
- install-- copy a file and install it with proper permissions
- join-- join lines of two files on a common field
- less-- ファイルの内容を表示する
- lesskey-- configuration program to specify key bindings for less
- logname-- 現在のユーザーのログイン名を表示する
- ls-- ディレクトリの内容を表示
- mtools-- an introduction to the MS-DOS filesystem utilities
- mattrib-- ファイルの属性を変更する
- mcd-- カレントディレクトリを移動する
- mcopy-- ファイルのコピー
- md5sum-- print a very robust check-sum
- mdel-- ファイルの削除
- mdir-- MS-DOS "dir" command (works with the floppy drive)
- merge-- merge three files (original and two descendants) into one file
- mformat-- フロッピーディスク初期化
- mkdir-- ディレクトリの作成
- mkmanifest-- create a shell script to restore Unix filenames
- mlabel-- フロッピーディスクのボリュームラベル作成
- mmd-- ディレクトリの作成
- mrd-- ディレクトリの削除
- mread-- FAT パーティションからファイルを読み込む
- mren-- ファイル名を変更する
- mtype-- ファイル内容表示
- mv-- ファイル/ディレクトリの移動。ファイル名の変更
- mwrite-- FAT パーティションへファイルを書き込む
- nl-- ファイルの行数を表示する
- od-- ファイルの8進ダンプ
- paste-- merge lines of files
- pathchk-- check whether file names are valid or portable
- pr-- テキストファイルを印刷する
- printenv-- 環境変数表示
- printf-- print a formatted string
- pwd-- カレントディレクトリの表示
- rcsintro-- an introduction to the RCS source control utilities
- rcs-- change RCS file attributes
- rcsclean-- clean up working RCS files
- rcsdiff-- diff a file with a version in the RCS history
- rcsmerge-- merge RCS revisions
- rlog-- print the check-in log for a file
- rm-- ファイル/ディレクトリの削除
- rmdir-- 空のディレクトリを削除
- sdiff-- find differences between two files and merge interactively
- shar-- シェルアーカイブの作成
- sleep-- sleep for the specified number of seconds
- sort-- ファイルをソートする
- split-- ファイル分割
- stty-- ターミナルの属性を設定する
- sum-- ファイルのチェックサムを算出
- tac-- print the input reversed, from last line to first
- tail-- ファイルの末尾を指定行数分表示する
- tee-- 標準入力をファイルと標準出力に表示する
- test-- test the validity of an expression (file existence, etc)
- touch-- ファイルのタイムスタンプ編呼応
- tr-- 文字列置換
- true-- always return a successful return value
- tty-- print the name of the tty device representing stdin/stdout
- uname-- システム情報の表示
- unexpand-- スペースをタブに変換
- uniq-- 重複行の削除/表示
- unshar-- shar で作成された書庫の展開
- uudecode-- uuencoded されたファイルのでコード
- uuencode-- ファイルのエンコード
- wc-- 文字数/行数の表示
- yes-- print "y" on the output forever
- zcat-- gzip で圧縮されたファイルを標準出力に表示