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 -->
#
11
(
permalink
)
09-19-2007
radoulov
addict
Join Date: Jan 2007
Location: Milano, Italia/Варна, България
Posts: 2,020
With the Z-Shell:
Code:
print -l **/filename(N)
radoulov
View Public Profile
Find all posts by radoulov