← Back to team overview

ubuntuforums-unanswered team mailing list archive

Re: [Question #77091]: Finding scanned material

 

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.