The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
searching files inside directory
.
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 files inside directory
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
06-04-2008
reborg
Administrator
Join Date: Mar 2005
Location: Ireland
Posts: 4,240
grep -l
<search string>
/path/to/directory/*
Code:
grep -l
<search string>
/path/to/directory/*
-->
Code:
grep -l
<search string>
/path/to/directory/*
reborg
View Public Profile
Find all posts by reborg
Find reborg's past nominations received
Find reborg's present nominations given