View Single Post
Moderator | Posts: 6,215 | Thanked: 6,400 times | Joined on Nov 2011
#6
Originally Posted by efion View Post
would you please give the command script to find another files?
Thanks

*i checked user-dirs.dirs, i see nothing's wrong there
if you want find a file named efion in ~/MyDocs you do:

Code:
find /home/user/MyDocs/ | grep efion
 

The Following 2 Users Say Thank You to thedead1440 For This Useful Post: