This is a discussion on finding files in linux within the Linux software forums, part of the Linux Getting Started category; hi! ok, whenever i type find command i get list of all files, what i want is to find specifc ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
|||
|
hi!
ok, whenever i type find command i get list of all files, what i want is to find specifc files. hmm like music-file.mp3 how do i find such a file using find command? plz help or give me tutorial
__________________
There's no place like 127.0.0.1 |
| Sponsored Links | ||
|
|
|
||||
|
To search for files in a directory hierarchy (tree) you need to use find command. To find out file called data.txt in your home directory type command:
Code:
find data.txt find $HOME -name data.txt http://www.cyberciti.biz/nixcraft/vi...with-find.html http://www.cyberciti.biz/nixcraft/vi...h-find_23.html |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| View log files under Linux | sweta | Getting started tutorials | 0 | 05-30-2007 01:31 AM |
| Linux Finding Files Irrespective of Case | chiku | Linux software | 1 | 01-16-2007 09:36 PM |
| Finding machines S/N and Model Type | mlperry | Linux software | 3 | 10-05-2006 11:15 PM |
| script finding file and sorting | dementeddude | Shell scripting | 14 | 07-25-2006 06:30 PM |
| shell script for finding users not logged on for last 10 day | ganes | Shell scripting | 4 | 07-06-2005 12:01 PM |