![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Linux RedHat, Ubuntu, SUSE, Fedora, Debian, Mandriva, Slackware, Gentoo linux, PCLinuxOS. All Linux questions here! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| correct usage of find's -prune option | ProGrammar | SUN Solaris | 6 | 04-29-2009 12:22 PM |
| option followed by : taking next option if argument missing with getopts | gurukottur | Shell Programming and Scripting | 2 | 03-17-2008 12:46 PM |
| Proper use of prune... | guriboy | UNIX for Dummies Questions & Answers | 1 | 03-13-2008 12:29 PM |
| find with prune option | highlt | UNIX for Advanced & Expert Users | 11 | 01-04-2007 11:29 AM |
| finding files using prune option | subodh.sharma | Shell Programming and Scripting | 1 | 11-02-2005 11:11 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
i want to find only the file t4 in directory t3. i am in dir t . the tree is as follows.
if i give, find . o/p is . ./t4 ./t1 ./t1/t2 ./t1/t2/t3 ./t1/t2/t3/t4 ./t1/t2/t4 ./t1/t4 directories are like t/t1/t2/t3 and each directory has file t4. my question is , i want to find file t4 inside directory t3 without looking in to the other sub directories.on for how will i use -prune option for that? i want an o/p like this: ./t1/t2/t3/t4 |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|