On Wednesday 06 October 2004 17:13, Piviul wrote: > Sto impazzendo; lancio il comando: > > #find /path/to/something -ctime +3 -exec ls {} > > find: missing argument to '-exec' > > ma cosa sbaglio? che argomenti vuole -exec? find /path/to/something -ctime +3 -exec ls {} \; Ciao Stefano