Fix rm command
This commit is contained in:
parent
e0ee668728
commit
bbec9048cb
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
find /var/www/doesitsparkjoy.voicegardens.org/ -maxdepth 1 -type f -size 0 | xargs rm
|
find /var/www/doesitsparkjoy.voicegardens.org/ -maxdepth 1 -type f -size 0 | xargs -I {} rm -v {}
|
||||||
find /var/www/voicegardens.org/ -maxdepth 1 -type f -size 0 | xargs rm
|
find /var/www/voicegardens.org/ -maxdepth 1 -type f -size 0 | xargs -I {} rm -v {}
|
||||||
|
Loading…
Reference in New Issue
Block a user