pwharff
Registered
Ok, I have been studying UNIX for almost a year now. Right now I'm learning about 'xargs' and when I try the following command I get an error:
And I get this error:
Please someone help as I am puzzled as why this doesn't work with Darwin UNIX but does on my Red Hat System.
--Paul
Code:
find . -type f -print | xargs grep -li epson
And I get this error:
Code:
xargs: unterminated quote
Please someone help as I am puzzled as why this doesn't work with Darwin UNIX but does on my Red Hat System.
--Paul