Путеводитель по Руководству Linux

  User  |  Syst  |  Libr  |  Device  |  Files  |  Other  |  Admin  |  Head  |



   sh.1p    ( 1 )

оболочка, стандартный интерпретатор командного языка (shell, the standard command language interpreter)

Примеры (Examples)

1. Execute a shell command from a string:

sh -c "cat myfile"

2. Execute a shell script from a file in the current directory:

sh my_shell_cmds