开发者

BASH apache to seek particular file name

i want to find every log file named 开发者_高级运维'justjoe_log', on an apache server. I want to delete them all. how do i do it ?


locate justjoe_log|xargs rm -rf

You may want to just do locate first to avoid deleting data unintentionally.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜