English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2 answers

To search for anything starting from the root directory.
# cd /
# find . | grep TERM

To search within a certain folder and its subfolders
# cd /path/to/folder

If I want to find all mp3 files:
#cd /
# find . | grep *mp3

If I want to find all files that have to do with the XMMS program
# cd /
# find . | grep xmms

2007-06-20 21:07:58 · answer #1 · answered by Mr Ale 4 · 0 0

there is no inbuilt search

2007-06-21 03:45:20 · answer #2 · answered by Life Lover 2 · 0 0

fedest.com, questions and answers