/usr/bin/bash: Difference between revisions

Line 8: Line 8:


== DESCRIPTION ==
== DESCRIPTION ==
      Bash  is an sh-compatible command language interpreter that executes commands read from the stan‐
Bashはsh互換のコマンド言語インタプリタであり、標準入力やファイルから読み込んだコマンドを実行する。 Bashには、KornシェルやCシェル(kshやcsh)の便利な機能も組み込まれている。
      dard input or from a file.  Bash also incorporates useful features from the  Korn  and  C  shells
      (ksh and csh).


      Bash is intended to be a conformant implementation of the Shell and Utilities portion of the IEEE
Bashは、IEEE POSIX仕様(IEEE Standard 1003.1)のシェルとユーティリティの部分に準拠した実装を意図している。 BashはデフォルトでPOSIXに準拠するように設定できる。
      POSIX specification (IEEE Standard 1003.1).  Bash can be configured to be POSIX-conformant by de‐
      fault.


== OPTIONS ==
== OPTIONS ==