Using xargs and find with an absolute path?

前端 未结 0 856
悲哀的现实
悲哀的现实 2020-12-29 10:45

I am trying to run this command:

find /var/www/vhosts/example.com/httpdocs/var/session/ -name "*" -print0 | xargs -0 rm

It always g

相关标签:
回答
  • 消灭零回复
提交回复
热议问题