[Thunar-dev] Re: [Thunar-workers] [DokuWiki] page changed: implementation:mime-glob-match

Corsac corsac at corsac.net
Tue Mar 8 19:18:39 CET 2005


On Tue, 2005-03-08 at 10:07 -0800, Brian J. Tarricone wrote:
> 18.8394... do I get a prize?  I suspect mine would be even higher if I 
> had all my TV episodes in my homedir, rather than on other /mnt-ed 
> partitions...  Which brings up another point - if people store things 
> like MP3s in their home directory (which is probably more likely for the 
> average user...?), I would expect the avg filename length to go up.
> 

I do have mp3 in a folder linked in my homedir, dont know if they are
counted.
Btw:

find $HOME -exec basename '{}' ';' | awk '{total += length($0); count +=
1} END {print total / count}'
16.0649


find /mnt/iriver/mp3 -exec basename '{}' ';' | awk '{total +=
length($0); count += 1} END {print total / count}'
34.6277
-- 
Corsac
http://www.corsac.net




More information about the Thunar-dev mailing list