Results 11 to 14 of 14
Originally Posted by the_guy_dressed_in_black
Originally Posted by thcc2
Originally Posted by the_guy_dressed_in_black
try it not being root, dont think it will returrn much
Code:
find / -iname foo
Almost all ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-14-2005 #11Linux Newbie
- Join Date
- Dec 2005
- Location
- Singapore
- Posts
- 234
He will not do this i think, due to security reasons, he worry that the user will scan through the system :P
Originally Posted by the_guy_dressed_in_black Proper Planing is a way of success
- 12-14-2005 #12Your forgot the "\;" at the end of the command.
Originally Posted by thcc2
The full command is:
Code:find /home/user/php -iname '*.php' -exec grep -H 'TcpServer' '{}' \;
- 12-14-2005 #13Just Joined!
- Join Date
- Jan 2005
- Location
- 3rd stone
- Posts
- 4
Re: Search command
grep -R "Due Mtg" .
Originally Posted by thcc2
grep recursively down the given directory (in this case . being the directory you are currently in) for "Due Mtg"
The . can easily be replaced with any directory including /
Of course -i ignores case if need be.
// tony
- 12-15-2005 #14Linux Newbie
- Join Date
- Dec 2005
- Location
- Singapore
- Posts
- 234
Re: Search command
Thks, this is what i want
Originally Posted by amf57
Proper Planing is a way of success


Reply With Quote
