Документ взят из кэша поисковой машины. Адрес оригинального документа : http://comet.sai.msu.ru/UNIXhelp/scrpt/scrpt2.7.4.html
Дата изменения: Fri Jan 17 12:43:20 1997
Дата индексирования: Tue Oct 2 01:02:21 2012
Кодировка:

Поисковые слова: рер р р р р р р р р р р р р р
Execute a command without creating a new process

Execute a command without creating a new process

The exec statement causes the command specified as its argument to be executed in place of the current shell without creating a new process. For example:

   exec zmail -visual

This runs just the zmail program without a shell. When you quit the application the current shell also exits.


[Home] [Search] [Index]