anothrguitarist
May 19th, 2008, 04:27 AM
Is there a way to search for a file using terminal?
Monicker
May 19th, 2008, 04:29 AM
locate filename
If the file was recently added, you may need to do this first.
sudo updatedb
You can also do
find /dir -name filename
Which will search the dir and all subdirectories. You can start at the root if you want.
find / -name filename
Powered by vBulletin® Version 4.2.0 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.