Turns out there is a limit on the length of a bash command. To find out the maxlength on your system go to the console and:
$ getconf ARG_MAX 262144
The other day when I was trying to delete (rm -rf
) a very large folder Continue reading “Argument list too long – Shell”