/bin/ls: Argument list too long.

Peter Sedivy - PeSe pese at pese.sk
Mon Oct 1 15:25:22 CEST 2007


xargs je naozaj dobre.

je tu este moznost:

find /tmp -type f -name 'nfcapd.* <pripadne_dalsie sw> -exec rm -f {} ;


PeSe


Cizek.Milan wrote:
> Ahoj,
> potrebuji z adresare vymazat 1440 nejstarsich souboru, potiz je nejspis v tom, ze je jich tam opravdu mnoho. Takze mi to od urciteho poctu zacne hazet chybu:
> 
> ls -t /tmp/nfcapd.* | head -n 1440 | xargs rm -f
> /bin/ls: Argument list too long.
> 
> Zkousel jsem to pres find -delete, ale tam mam problem, ze neumim rici "tolik" nejstarsich, pouze starsi nez x. Dalo by se to jeste nejak jinak?
> 
> Milan

-- 
-------------------------------
  PeSe
  e-mail: pese at pese.sk
  URL: http://www.pese.sk
-------------------------------



More information about the Users-l mailing list