Skip to content
Work Insights
Login →
Talk to a senior advisor
Web Development

[Fix] /bin/rm: Argument list too long

[Fix] /bin/rm: Argument list too long

in X
[Fix] /bin/rm: Argument list too long
Web Development2020

If you have too many files to remove and rm -rf doesn't work, try this great solution:

find . -name '*' | xargs rm -v

Muhammad El-Saeed

Technical writer and software engineer, he's a part of the great Brightery team that have many project on the opensource community

Editorially reviewedJuly 7, 2020

0 Responses

Share your perspective and continue the conversation.

No responses yet

Be the first to share your thoughts.

Join the conversation