The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Little bit weired : Find files in UNIX w/o using find or where command
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Directory
Register
Forum Rules
FAQ
Contribute
Members List
Search
Today's Posts
Mark Forums Read
Thread
:
Little bit weired : Find files in UNIX w/o using find or where command
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
10
(
permalink
)
09-19-2007
samplify
Registered User
Join Date: Sep 2007
Posts: 3
Another way
If i were you , this is what i would do
$ ls -lRt | grep $filename
<notice the 'R' , its list RECURSIVE>
-Samarth
samplify
View Public Profile
Find all posts by samplify