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

Conditional statements

Every Unix command returns a value on exit which the shell can interrogate. This value is held in the read-only shell variable $?.

A value of 0 (zero) signifies success; anything other than 0 (zero) signifies failure.


[Home] [Search] [Index]