Мануалы и справочники Общие команды
bash

Команда bash: опции, ключи и примеры использования

bash

Bourne-Again SHell. sh-compatible command line interpreter.

  • Start interactive shell:

bash

  • Execute a command:

bash -c "{{command}}"

  • Run commands from a file:

bash {{file.sh}}

  • Run commands from STDIN:

bash -s

  • Print the version information of bash (use echo $BASH_VERSION to show just the version string):

bash --version

Изображение Выучи 10 хороших привычек для работы в UNIX от IBM