Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 apache 服务器上找到每个名为“justjoe_log”的日志文件。我想全部删除。我该怎么做 ?
locate justjoe_log|xargs rm -rf
您可能只想先进行定位以避免无意中删除数据。