Bash

應用程式敘述

Bash is the shell, or command language interpreter, that will appear in the GNU operating system. It is intended to conform to the IEEE POSIX P1003.2/ISO 9945.2 Shell and Tools standard. It offers functional improvements over sh for both programming and interactive use. In addition, most sh scripts can be run by Bash without modification.


下載

http://www.gnu.org/software/bash/


支援的檔案格式


icon .sh - Bash Shell File (Developer Files)

BASH is the file format used to describe shell files which contain instructions that are written in the Bash program language. [更多資訊]

icon .profile - Bash Profile File (執行檔)

Files with the file extension Profile are Bash profile files which are used when Bash is started as a login shell. [更多資訊]