/usr/bin/bash: Difference between revisions

Line 979: Line 979:


=== Opening File Descriptors for Reading and Writing ===
=== Opening File Descriptors for Reading and Writing ===
      The redirection operator
リダイレクト演算子


              [n]<>word
<code>[n]<>word</code>


      causes  the file whose name is the expansion of word to be opened for both reading and writing on
は、wordを展開した名前を持つファイルを、ファイル記述子n、またはnが指定されない場合はファイル記述子0上で読み書きの両方についてオープンする。 ファイルが存在しない場合は作成される。
      file descriptor n, or on file descriptor 0 if n is not specified.  If the file does not exist, it
      is created.


== ALIASES ==
== ALIASES ==