How do I search for a list of all AVI files on my Mac?

I need to find all of the AVI files on my MacPro's 4 hard drives.
How do I generate a list of all of the AVI files on these drives, their locations/size etc.??

Hi Hassiman,
I'd get EasyFind...
http://www.versiontracker.com/dyn/moreinfo/macosx/8707
It's free, just type in .avi, search all volumes & wait.

Similar Messages

  • How do i search for a string in a txt file using java??

    How do i search for a string in a txt file using java??
    could you please help thanks
    J

    Regular expressinos work just fine, especially when
    searching for patterns. But they seem to be impying
    it's a specific group of characters they're looking
    for, and indexOf() is much faster than a regex.If he's reading from a file, the I/O time will likely swamp any performance hit that regex introduces. I think contains() (or indexOf() if he's not on 5.0 yet) is preferable to regex just because it's simpler. (And in the case of contains(), the name makes for a very clear, direct mapping between your intent and the code that realizes it.)

  • How do you remove duplicate images from your all images file on your mac desktop

    How do you remove duplicate images from your all images file on your mac desktop?

    Don't under any circumstances.
    All images is not a file. It's not a place. It's a list. Specifically, it's the result of an instruction: List all the images on my machine.
    When you delete something from All Images, then you have no idea what you're removing from where - files that are part of word processing docs, interface elements, corrupting your iPhoto Library. There are many perfectly legitimate reasons why you might have what appears to be duplicates but are not.
    Rule number One: Never delete anything on your machine whose job you don't understand.

  • Searching for a string in an excel file and return true if found.

    How can I search for a string in an excel file and return true if found, its location and also a value.

    The problem with searching an excel file is that it contains a header. It would be easiest if you just read the file into a LabVIEW array and search the array. This way you can also get the index and the value of the location.

  • How do I search for a previous question I posted?

    Hi
    How do I find older questions I had posted on the forum/community?
    I had posted a question a few months prior and had a response.  I'd like to look up that resonse again, but I cannot find it in my history.
    The post is only a few months old, but does not show up in the history of my posts (that I can find).
    How do I search for ALL of my old posts? 

    Click Your Stuff > DIscusssions. This should list all the threads you have contributed to, most recently active first, and paged back to your earliest post.
    If you use the filter for Open Questions or Answered Questions you should see the threads that you started, still open and marked answered respectively.
    If your thread really has disappeared then the usual explanation was that something contentious got added to it and the hosts deceived to evaporate the whole thing.
    tt2

  • How do I search for a bookmark folder by name in Safari?

    How do I search for a particular bookmark folder in Mac Safari 7.06?  Since there seems to be no automated way to sort the folders (as in other browsers), in a long list of folders, a particular one can be hard to spot.  Yes yes, very similar to a previous question of mine.  -jan

    Click "Help" menu in the Safari menu bar and enter the folder name in the search box.

  • How can I search for email senders and/or email subject(s)?

    I'm probably not savvy enough to figure this out. When I search, e.g. for "Katie" I get to look at several messages where she is cc'd. I also receive messages from "Katie." How do I search for them? I know they are there because I just sent one to trash the other day. I suspect there are a number of them in trash. The only way I seem to be able to access them is to scroll...and that's a bummer.

    Hello.
    *You can click in the search field in the ThunderBird toolbar.
    *Type the words you are looking for such as email the email address
    *Hit enter or select an auto completion choice
    To narrow search results:
    *Click any year, month or day to show only results from that time. Click the looking glass to zoom out.
    *If you cannot see the timeline, click the timeline icon in the top right corner.
    *Hover over any filter, person, folder, tag, account or mailing list in the left pane to see where in time and on the timeline the messages matching the filter are located.
    To exclude persons, folders or other criteria from search results:
    *Click the unwanted person, tag, etc..
    *Select can't be… from the menu that comes up.
    To reduce results to a particular contact, account or other criterion:
    *Click the desired person, folder, etc..
    *Select must be… from the menu that comes up.
    To filter your search results:
    *Check From Me to see only messages sent from one of your email addresses.
    *Check To Me that include you as a recipient.
    *Check Starred to see only starred messages.
    *Check Attachments to see only messages that include attached files.
    To open any message, click its subject line in search results. To act on multiple messages or see more details, click Open as list at the top of the results list.
    I got this from [http://email.about.com/od/mozillathunderbirdtips/qt/Search_Mail_in_Mozilla_Thunderbird.htm here]. Go ahead and click that link if you need anymore help! Cheers.

  • How do you search for a song in the latest version of ITunes??

    How do you search for a song in the latest version of ITunes??
    Yes this might be the stupidest question ever, but leave it to Apple to make the simplest thing hard.
    In EVERY version of Itunes, up until 11, you used to be able to type an artists name, song name, or album into the search field and it would narrow it down so that you can see what you are looking for (in the list below).  Now, Itunes tells you that you have music by said artist, yet doesn't list them whatsoever. Furthermore, when you click on the results it doesn't list them for you either.
    I'm sure it is some weird setting, but cannot for the life of me find.  I cannot name one application that doesn't show a list when you type in the search field.  Augh!
    Please help.
    G

    You can choose what it searches and where

  • How can one search for a filename anywhere on the Mac?

    How can one search for a filename anywhere or everywhere on the Mac?

    You can configure Spotlight so it will also search in system files or you can download and use EasyFind 4.9.3 that doesn't require special configuration.
    Get Spotlight to search system files (and more)
    Enter the search term in the Finder window's search field.
    Click the [+] button in the search bar to add a search option.
    In the first drop down menu choose Other.
    Choose “System Files” from the list that pops up (and check the box to place in drop down menu to avoid this step later,) click on the OK button.
    Now back in the Finder choose Include from the second drop down menu.

  • How do I search for lines with a particular pattern and delete them when a match occurs

    How do I search for lines with a particular patter and delete them when a match occurs? For example delete lines containing SUB_NAME = "?" where ? is any string. 

    How do I search for lines with a particular patter and delete them when a match occurs? For example delete lines containing SUB_NAME = "?" where ? is any string. 
    Lines in what? And what language are you using to develop with?
    Are the lines in a text file? A RichTextBox? A TextBox? Some other control? A List(Of String)?
    Is there some expectation by you that by providing what you wrote in your question post that the knowledge in your mind about what you are thinking about will mysteriously emanate to anybody reading your post so all of the sudden your knowledge will
    become their knowledge and they will be able to provide you with an answer as they will suddenly understand what you are trying to do? Because that's probably impossible. Most people try providing enough information in a question so anybody, even stupid people
    like me, can understand what they want. Maybe you should try that. As well as selecting an appropriate forum for your question in the future. Usually a question like this is related to programming in a particular language therefore a language forum may be
    a good choice. Or not.
    La vida loca

  • Can't see home network on MBP-how do i search for it?-how to map a drive?

    i'm new to the mac computers -- i just recently bought a MBP -- i have connected it to our home network -- my husband has a PC that has files on it that we both share and use -- i've gone to finder and sometimes i'll see his computer on it but most times i won't. how do i "search" for it? i know how to do that on a pc but can't seem to find a way to search for network folders on the mac? is there a way to map a drive on the mac like you can on the pc?

    if his computer is turned on and the file is shared then you should be able to open up your 'mac HD' and on the left side under devices you should see the name of his computer... after you click the device it will then list all the files that are shared... you may also want to check the sharing permissions that he has set on the folders as well

  • How do I search for and select a repeating phrase in a file.

    How do I search for and select a repeating phrase in a file read via Applescript. The file contains details of phone calls submitted to a charity and I want to be able to analyse the types of call taken. The phrase is 'Type of enquiry' and I want to extract the description that follows. I am a beginner at Applescript and have been working my way through Applescript 1-2-3 but cannot find an obvious solution although I have manged to open and read the file! All suggestions gratefully received.

    In applescript you can use something like the following:
    set {oldTID, my text item delimiters} to {my text item delimiters, "Type of enquiry"}
    set dataBits to text items of textToParse
    set my text item delimiters to oldTID
    the variable dataBits, then, will be a list where every list item is a string that starts with the text following that phrase. 
    You could do regular expressions searches as well, but you'd need to download and install the Satimage osax.

  • How do i search for a photo album when i use the search facility on my iPad or iPhone it will not find photo albums of a given name can anyone help

    how do i search for a photo album when i use the search facility on my iPad or iPhone it will not find photo albums of a given name can anyone help

    Photo albums are not searched by Spotlight Search.  Go to Settings > General > Spotlight Search to see and reorder the available search items.
    For more details, see page 12 of the iPad iOS 5.1 User Guide

  • How do I search for all "missing" tracks within the iTunes database?

    I found the dreaded ! of death, and sadly I verified the tacks indeed are not on my hard drive.
    Is there a way to sort on this tag so that I can see what else might be missing on my hard drive but remains in the database (sort of similar to how you can search for all tracks that have missing artwork)? 

    Thanks.  It works perfectly.
    URL for anyone else in need:  http://dougscripts.com/123

  • How do I search for a saved document in Pages on IPad 2?

    I have a lot of docs in my pages app. How can I search for the doc I want?Thanks

    Open the iTunes app > Search > then type the Artist's name

Maybe you are looking for

  • How to move from a "recovered data external hard drive" to the new Computer?

    Computer 1's hard drive crash and all programs and data were recovered professionally and sent to me on an External Hard Drive.  Computer 1 was on Windows 7.  I can fun the program off of the External Hard drive fine, when connected to my my new Comp

  • Dictionary structure, what, how?

    Hello to all, I need to program to load a dictionary from a file that contains the words and it's definitions, I need to load it in a efficient structure because when it will be loaded will be used to do search's in that dictionary, for example: Dict

  • STO between 2 plants

    I am trying to configure STO between 2 different plants of 2 different company codes. I have plant A and B which belongs to company code c1 and c2. We procure the same material from  A to B and also from B to A. A to B works fine and i can do the GR

  • HT2534 where is the 'none' option under payment method?

    can anyone help me....

  • Opening a file with other applications

    Is there a way to open a file in Java with other applications automatically? For example, *.gif - Photoshop, *.txt - notepad.