Category: General

When running em command on Linux, Get Error: Argument list too long

The fix is to pipe the find into rm

find . -print0 | xargs -0 rm -f

Linux

How useful was this post?

Click on a star to rate it!

Average rating 5 / 5. Vote count: 1

No votes so far! Be the first to rate this post.