Документ взят из кэша поисковой машины. Адрес оригинального документа : http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt1.2.4.html
Дата изменения: Fri Jan 17 12:43:19 1997
Дата индексирования: Tue Oct 2 01:12:59 2012
Кодировка:
Using the Bourne shell to interpret a shell script

Using the Bourne shell to interpret a shell script

To make sure that your shell script is always run from a standard Bourne shell have the line

   #!/bin/sh

as the first line of the script.


[Home] [Search] [Index]