The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
how to use find commnad to show only path of the result
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
how to use find commnad to show only path of the result
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
02-04-2008
pt14
Registered User
Join Date: Nov 2005
Posts: 21
find . -name "*.txt" -exec dirname {} \; | sort -u
pt14
View Public Profile
Find all posts by pt14