I'm looking for an mp3 file in the firefox cache folder.
I was thinking I could run the command 'find -size +2M' and pipe that output into the 'file' command to tell me which is an mp3, something like this
find -size +2M | file
But this doesn't work, what am I doing wrong?
This is output
Usage: file [-bcikLhnNrsvz0] [-e test] [-f namefile] [-F separator] [-m magicfiles] file...
file -C -m magicfiles
Try `file --help' for more information.



Adv Reply





Bookmarks