In order to get around
bash: /bin/rm: Argument list too long.
Find can take a
-delete
action. This goes really fast :-)
find . -type f -delete
In order to get around
bash: /bin/rm: Argument list too long.
Find can take a
-delete
action. This goes really fast :-)
find . -type f -delete