Tags: sysadm

rm: Argument list too long

August 9th, 2008
Occasionally, (under Unix) I want to delete all the files in a directory, but when I issue the rm -rf * command it gives me the error: -bash: /bin/rm: Argument list too long This happens because the star is interpreted by the shell as: rm -rf fi… more »