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'.
Закладки на сайте Проследить за страницей |
Created 1996-2024 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |