rm argument list too long
05 Nov 2020We can use following command if ‘rm’ command give “rm argument list too long” error:
sudo find . -name "*.css.map" -delete
We can use following command if ‘rm’ command give “rm argument list too long” error:
sudo find . -name "*.css.map" -delete