Документ взят из кэша поисковой машины. Адрес оригинального документа : http://comet.sai.msu.ru/UNIXhelp/tasks/find.html
Дата изменения: Fri Jan 17 12:43:23 1997
Дата индексирования: Mon Oct 1 22:05:08 2012
Кодировка:

Поисковые слова: южная атлантическая аномалия
Finding a file

Finding a file

To locate a file in the file system , use the find command.

   find pathname -name filename -print

The pathname defines the directory to start from. Each subdirectory of this directory will be searched.

The -print option must be used to display results.

You can define the filename using wildcards. If these are used, the filename must be placed in 'quotes'.


[Home] [Search] [Index]