Boston Linux & UNIX was originally founded in 1994 as part of The Boston Computer Society. We meet on the third Wednesday of each month, online, via Jitsi Meet.

BLU Discuss list archive


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Report on files by type



On 03/10/2010 05:53 PM, David Rosenstrauch wrote:
> On 03/10/2010 05:33 PM, Greg Rundlett (freephile) wrote:
>> I got a drive from someone today, with 3.2 GB worth of content on it, and I
>> quickly wanted to find out what was on the drive by 'content type'
>> (mime-type)
>>
>> find -type f | egrep -o '\.(.?.?..)$' | sort | uniq -c
>>
>> did the trick for me, but left me wondering what File Manager or other tool
>> does a better job of this?
>
> find -type f | xargs file -i
>
> DR

Or actually, the summary that you're really trying to see:

find -type f | xargs file -bi | sort | uniq -c

DR






BLU is a member of BostonUserGroups
BLU is a member of BostonUserGroups
We also thank MIT for the use of their facilities.

Valid HTML 4.01! Valid CSS!



Boston Linux & Unix / webmaster@blu.org