LINUX.ORG.RU

Re: Как исключить каталог из поиска find(поиск ведеться по каталогу pwd)?

man find: For example, to skip the directory `src/emacs' and all files and directories under it, and print the names of the other files found, do something like this:

find . -path './src/emacs' -prune -o -print

fagot ★★★★★
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.