linux

/bin/rm: Argument list too long - a quick solution

My cron job created tens of thousands of files in the server root. I've obviously tried to remove them with

rm cron.php.*

But I've been greeted with

-bash: /bin/rm: Argument list too long

Subscribe to RSS - linux