On Sep 16, Ottavio Campana <[EMAIL PROTECTED]> wrote: > find /path/to/directory/* | wc -l
Cosi` rischi di contare anche eventuali sottodirectory. find /path/to/directory/ -type f | wc -l -- (=---= [EMAIL PROTECTED] =------------= PGP KeyID: 0x465BFD47 =---=) ) Davide Alberani ( (=-= http://digilander.libero.it/alberanid/ =-= ICQ UIN: 83641305 =-=)

