[bglug] [BgLug] Il comando FILE

Matteo Testa matteo.testa@gmail.com
Gio 12 Feb 2009 10:45:17 CET


prova con awk :D

find . -type f | xargs ls -l | awk '{printf $5 "\t" ; system("file "
$8); "\n" }'


----------------------
Matteo

In the beginning God created AWK, and he saw that AWK was good



2009/2/12 Alexander Possov <alexanderpossov@gmail.com>:
> L'unico comando che per il momento funziona č questo:
> find . -type f -print0 | xargs -0 file
>
> gli altri cadono nell'errore di spezzare il nome del file ad ogni spazio che
> il nome contiene, e quindi eseguono il comando file su stringhe che non
> corrispondo alla reale locazione del file.
> E se volessi mettere anche le dimensioni del file?
>
> Si fa sempre pių complicataaaaa....
>
> Grazie a tutti/e
>
> -=|คlєץคภ๔єгק๏รร๏ש|=-
>
>
> --
> Sito BgLUG: http://www.bglug.it
> Mailing list: http://www.bglug.it/list/bglug
> BgLUG-biz!: http://www.bglug.it/list/bglug-biz
>


Maggiori informazioni sulla lista bglug