Deleting files in Linux – Argument list too long
Deleting files in Linux – Argument list too long When you’re trying to delete large number of files, you may have error: Argument list too long As solution you can use command: # find . -type f -print -delete Next… Continue Reading
You must be logged in to post a comment.