![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| 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 |
| awk command to find the count of files ina directory | sish78 | Shell Programming and Scripting | 11 | 07-19-2007 05:00 AM |
| How to delete Directory and inside files using Find command | bmkreddy | SUN Solaris | 3 | 07-10-2007 11:35 AM |
| Shortcut to home directory? | guest100 | UNIX for Dummies Questions & Answers | 4 | 02-21-2002 10:59 PM |
| using find command only in current directory | jliebling | UNIX for Dummies Questions & Answers | 5 | 02-22-2001 07:00 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hi All,
I am trying to find some files on a directory( /usr/users/xyz/log) which is an alias to another directory(/spare/log). My find works fine on /spare/log but it doesnt return anything when i use it on /usr/users/xyz/log. Any Ideas on how to proceed. Thanks in advance. Swamy |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
find /usr/users/xyz/log -follow
|
|
#3
|
|||
|
|||
|
Thanks a lot it works!!!!!
|
|||
| Google The UNIX and Linux Forums |