$ 0 0 # 入力 command < file # ファイルの内容をコマンドの標準入力に渡す command >&2 # 標準出力を標準エラー出力にリダイレクト command > file # ファイル新…