<p dir="ltr"><br>
On Feb 14, 2015 9:35 AM, "Curt Tresenriter" <<a href="mailto:ctres@grics.net">ctres@grics.net</a>> wrote:<br>
><br>
> I need to run fdupes on a large number of audio files, 3+ TB, in two<br>
> or three subdirectories and would like to exclude all files that are<br>
> jpeg, jpg, png, txt, pdf etc. - essentially any file that is not an<br>
> audio file.<br>
> Fdupes output needs to be a file I can open in a spread sheet for<br>
> comparison.<br>
><br>
> Is there a simple way to do this easily and/or quickly?<br>
><br>
> --<br>
> ubuntu-users mailing list<br>
> <a href="mailto:ubuntu-users@lists.ubuntu.com">ubuntu-users@lists.ubuntu.com</a><br>
> Modify settings or unsubscribe at: <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-users">https://lists.ubuntu.com/mailman/listinfo/ubuntu-users</a></p>
<p dir="ltr">Fdupes is for finding duplicate files. What you are asking for is to find a specific file type. Then you want to open the files in a spreadsheet.<br>
I think you are going about the task wrong. <br>
A bash script or a python script can locate all of the audio files collect them and do comparison. It's hard to give you specifics without more information.<br>
I recommend writing down what you want to do one thing at a time, like you were programing the computer in plain English. Then start finding the syntax for your script.</p>
<p dir="ltr">Randy ac7nj</p>