- Forums
- Linux Systems
- Linux Command Error: -bash: /bin/rm: Argument List Too Long
This Page Contains information about Linux Command Error: -bash: /bin/rm: Argument List Too Long By carl in category Linux Systems with 7 Replies. [3050], Last Updated: Sat May 18, 2024
carl
Sun Dec 28, 2008
7 Comments
1038 Visits
hi, why am i getting this error when i try to remove some old files i dont need anymore?
this is my command:
rm -f /home/var/www/web/oldfiles/dynami*
please help me.
i also got this error while deleting certain files.
to overcome this just use the command like this
echo /home/var/www/web/oldfiles/dynami* | xargs /bin/rm -f
enjoy!!!!!!!!!!!!!!!!!!!!