我有很多名为“test”的目录,我想删除它们。
我知道如何找到它们并使用以下方法打印它们:
find . -name test -print
现在,如何删除目录?
请注意,我在目录中也有文件,它们也必须被删除。
linux unix shell
linux ×1
shell ×1
unix ×1