[linux] Re: argumentlist too long...

Wybo Dekker wybo op servalys.nl
Wo Aug 6 17:28:04 CEST 2008


Bart Geesink wrote:

> Je kan ook find gebruiken:
> find . -name "*.txt" -exec rm -rf {} \;
> Nog steeds lichtelijk omslachtig

korter:

find . -name "*.txt" -delete

-- 
Wybo



More information about the Linux mailing list