The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Help in Find command filter test files
.
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
:
Help in Find command filter test files
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
08-22-2008
Mariognarly
Registered User
Join Date: Aug 2008
Location: Calgary, Alberta, Canada.
Posts: 9
You can also use:
find . -name test -print.
You can use regular expressions with it as well. Example of a wildcard search:
find . -name *test* -print
Mariognarly
View Public Profile
Visit Mariognarly's homepage!
Find all posts by Mariognarly
Find Mariognarly's past nominations received
Find Mariognarly's present nominations given