[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Search
- Subject: [cobalt-users] Search
- From: "Wilkins, Jason" <jason.wilkins@xxxxxxxxxxxxxxxxxx>
- Date: Fri Jan 26 09:50:15 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
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