Argument list too long error for rm, cp, mv commands Jack Huang System Admin Sunday January 10th, 201623:13command line 0 Comment Delete all .pdf files in current folder: find . -name “*.pdf” -print0 | xargs -0 rm -f