[PLUTO-help] (R)e: Help script

Sabatino Palladino sabatino.palladino a aliceposta.it
Mar 31 Lug 2007 09:07:12 CEST


Alle 08:28, marted́ 31 luglio 2007, Omar Valente ha scritto:

> Se avessi bisogno di selezionare i files in base 
> a piu' criteri...

find $cartella_provenienza \
  \( -name '* D*' -or \
     -name '* G*' -or \
     -name '* S*' \) -and \
  -newer pivot.txt  -and \
  -not -type l \
  ...


find path -test1 -test2

equivale a:

find path -test1 -and -test2

-- 
Sabatino
......
Non voglio i mille baci che diede Lesbia a Catullo,
pochi baci vuole chi riesce a contarli.
				M. Valerio Marziale
				  (versione libera)



More information about the pluto-help mailing list