The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
finding functions
.
User Name
Remember Me?
Password
google site
Forums
Register
Blog
Man Pages
Forum Rules
Links
Albums
FAQ
Users
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
finding functions
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
5
(
permalink
)
12-18-2003
kduffin
UN1X
Join Date: Nov 2003
Location: Maryland
Posts: 449
Under Solaris, I had to add a space before the {}. Otherwise it just hung with no path info. Reference: The argument {} is replaced by the current path name.
So,
find /cs252/Assingment/commandAsst/project/ -exec grep -l 'sequentialInsert' {} \;
Cheers,
Keith
kduffin
View Public Profile
Find all posts by kduffin