Документ взят из кэша поисковой машины. Адрес оригинального документа : http://comet.sai.msu.ru/UNIXhelp/shell/jobz1.1.1.html
Дата изменения: Fri Jan 17 12:43:21 1997
Дата индексирования: Tue Oct 2 00:46:18 2012
Кодировка:

Поисковые слова: изучение луны
Example of cancelling a foreground process

Example of cancelling a foreground process

To cancel the foreground process:

   find / -name '*.ps' -print
   ...
   ...
   ^C
   pwd
   /home/jeremy/book
   find . -name '*.ps' -print

The user enters a command to find files with the extension .ps starting from the root directory!

Realising that this command will take a long time to run and is not appropriate, they cancel it, check their current directory and re-run the command from there.


[Home] [Search] [Index]