Categories
How to empty a folder?
Tell me how to clear a folder on Ubuntu? I do so rm -rf /var/www/cookies/* But in return to me-bash: /bin/rm: Argument list too long
rm -rf /var/www/cookies/*
-bash: /bin/rm: Argument list too long
Answer the question
In order to leave comments, you need to log in
it is possible like this:find /var/www/cookies -type f -delete
find /var/www/cookies -type f -delete
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question