📜  bash 展平目录 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:09.091000             🧑  作者: Mango

代码示例1
find /dir1 -mindepth 2 -type f -exec mv -t /dir1 -i '{}' +