[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Search



Hi,

I appologise if this is a simple question but i am having problems with
the following

I am trying to find any file on the system with a certain string

I have searched and found the following however i get

xargs: unmatched single quote
Broken pipe

Command i am using  

find / -type f -print | xargs grep "jason"

I am searching for jason

Many thanks
Regards
Jason