在一个目录内,如何使用 find 删除其中的所有内容,同时保留目录本身?
find
find . -delete
find . -name 1 -delete
find . -mindepth 1 -delete
find . -mindepth 1 -print