Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google site




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #5 (permalink)  
Old 12-18-2003
kduffin's Avatar
kduffin kduffin is offline Forum Advisor  
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