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

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

csh

The shell (command interpreter) with C-like syntax. More information: https://www.mkssoftware.com/docs/man1/csh.1.asp.

  • Start an interactive shell session:

csh

  • Start an interactive shell session without loading startup configs:

csh -f

  • Execute a [c]ommand:

csh -c "{{command}}"

  • Execute a script:

csh {{path/to/script.csh}}

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