Question #77091 on yelp in ubuntu changed:
https://answers.launchpad.net/ubuntu/+source/yelp/+question/77091

    Status: Open => Answered

marcobra (Marco Braida) proposed the following answer:
Please try to use the terminal "find" command.

Open a Terminal from the menu Applications → Accessories → Terminal and
type, for example, to find all .tif files:

find . | grep -i .tif

or

find . | grep -i .tif | less

to get better output one page a time, press the "space bar" to go to the
next page "q" to quit

-- 
You received this question notification because you are a member of UF
Unanswered Posts Team, which is an answer contact for Ubuntu.

_______________________________________________
Mailing list: https://launchpad.net/~ubuntuforums-unanswered
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~ubuntuforums-unanswered
More help   : https://help.launchpad.net/ListHelp

Reply via email to