The UNIX and Linux Forums
>
Top Forums
>
Shell Programming and Scripting
Searching for file and stopping at first item found
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Searching for file and stopping at first item found
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
6
(
permalink
)
07-02-2009
rakeshawasthi
Registered User
Join Date: Aug 2004
Location: India
Posts: 379
Why you are using
Quote:
$(find . -type f | awk -F"/" ' { print $2 } ' )
Isnt this enough...
Code:
find . -type f -print i.e. for i in `find . -type f -print`
rakeshawasthi
View Public Profile
Find all posts by rakeshawasthi
Find rakeshawasthi's past nominations received
Find rakeshawasthi's present nominations given