gpt4 book ai didi

bash - 如何可靠地 rm -fr *?

转载 作者:行者123 更新时间:2023-11-29 09:36:15 24 4
gpt4 key购买 nike

rm -fr *

不会删除.files

另一方面,

rm -fr * .*

会删太多!

在 Bash 中是否有可靠的方法递归删除目录的所有内容?

我能想到的一种方法是:

rm -fr $PWD
mkdir $PWD
cd $PWD

这有暂时删除 $PWD 的副作用。

最佳答案

我建议先使用:

shopt -s dotglob

dotglob: If set, bash includes filenames beginning with a . in the results of pathname expansion

关于bash - 如何可靠地 rm -fr *?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/43020931/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com