Thread
:
Can someone help me whit Untaring
View Single Post
Justjoe
2009-09-08 , 13:15
Posts: 99 | Thanked: 63 times | Joined on Jul 2008
#
45
nowave7 showed why this is such a great community and I used a few thanks buttons in this thread.
As a note, you can send certain messages to /dev/null and make it easier to read output, so searching from root dir (usually) or from somewhere you'll be seeing permission denied messages is better done that way. So:
Code:
find / -iname "*yadda*"
is (sometimes) better as
Code:
find / -iname "*yadda*" 2> /dev/null
Joe
Quote & Reply
|
The Following 2 Users Say Thank You to Justjoe For This Useful Post:
nowave7
,
Sveles
Justjoe
View Public Profile
Send a private message to Justjoe
Find all posts by Justjoe