![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to find a file named vijay in a directory using find command | amirthraj_12 | UNIX for Dummies Questions & Answers | 6 | 10-25-2008 09:37 AM |
| Help Required: Command to find IP address and command executed of a user | loggedout | Security | 2 | 08-06-2008 05:12 PM |
| Little bit weired : Find files in UNIX w/o using find or where command | jatin.jain | Shell Programming and Scripting | 10 | 09-19-2007 03:47 AM |
| command find returned bash: /usr/bin/find: Argument list too long | yacsil | Shell Programming and Scripting | 1 | 12-15-2003 03:38 PM |
| how to find a file in UNIX without find command? | bluo | Shell Programming and Scripting | 3 | 09-24-2003 08:47 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
plz explain me all options of find command in unix
|
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
thanks
|
|
#3
|
|||
|
|||
|
Code:
man find |
|
#4
|
|||
|
|||
|
i cant understand it properly through man
|
|
#5
|
|||
|
|||
|
Let us know, which option exactly you are looking for, and we can help you in that. Explaining all the options in the thread is not possible.
OR Let us know if you are facing any problem, we'll try to help you in the same. |
|
#6
|
|||
|
|||
|
hi simmi,
please find the attached link.You can find all options of find command. find - Linux Command - Unix Command |
|
#7
|
|||
|
|||
|
find / -xdev -size +10000 -exec ls -l {} \; [[to find large files in a filesystem]]
find / -name file_name [[to find any file in a filesystem]] find / -name core [[to find core files]] |
|||
| Google The UNIX and Linux Forums |