/usr/bin/bash: Difference between revisions
Line 878: | Line 878: | ||
=== Redirecting Input === | === Redirecting Input === | ||
入力をリダイレクトすると、wordを展開した結果の名前のファイルが、ファイル記述子n、またはnが指定されていない場合は標準入力(ファイル記述子0)で読み込むためにオープンされる。 | |||
入力をリダイレクトする一般的な書式は以下の通りである: | |||
:<code>[n]<word</code> | |||
=== Redirecting Output === | === Redirecting Output === |