Z
Z
Zimaell2019-09-12 12:47:07
ubuntu
Zimaell, 2019-09-12 12:47:07

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

Answer the question

In order to leave comments, you need to log in

1 answer(s)
X
xibir, 2019-09-12
@Zimaell

it is possible like this:
find /var/www/cookies -type f -delete

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question