/bin/ls: Argument list too long.
Jan Pechanec
jp at devnull.cz
Mon Oct 1 15:13:06 CEST 2007
On Mon, 1 Oct 2007, 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
treba takhle:
ls -t | grep nfcapd | ...
--
Jan Pechanec <jp (at) devnull (dot) cz>
http://www.devnull.cz
More information about the Users-l
mailing list