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

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

ksh

Korn Shell. bash and sh-compatible command line interpreter. More information: http://kornshell.com.

  • Start interactive command line interpreter:

ksh

  • Execute a command:

ksh -c {{command}}

  • Run commands from a file:

ksh {{file}}

  • Run commands from a file and print them as they are executed:

ksh -x {{file}}

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