U
U
Us592020-04-16 15:11:49
ubuntu
Us59, 2020-04-16 15:11:49

How to delete a bunch of empty files?

Because of the cron, a bunch of empty files have been created, now the task is to delete them.
5e984b7b2c84b503950977.png

Tried like this: sudo rm -I /root/mysql.php*

gives error -bash: fork: Cannot allocate memory

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
Saboteur, 2020-04-16
@Us59

find /root/ -name "mysql.php.*" -delete

D
Dimonchik, 2020-04-16
@dimonchik2013

sudo rm -I /root/mysql.php.140*
etc.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question