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

Re: domanda rapida



On Sep 16, Ottavio Campana <ottavio@campana.vi.it> wrote:

> find /path/to/directory/* | wc -l

Cosi` rischi di contare anche eventuali sottodirectory.

find /path/to/directory/ -type f | wc -l

-- 
(=---= alberanid@libero.it =------------= PGP KeyID: 0x465BFD47 =---=)
 )                         Davide Alberani                          (
(=-= http://digilander.libero.it/alberanid/ =-= ICQ UIN: 83641305 =-=)



Reply to: