作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
假设我有一个包含五个文件和一个文件夹的文件夹。将所有这些文件移动到那个子文件夹中的 linux 终端命令是什么?
我试过 find 。 -maxdepth 1 -type f -exec mv {} destination_path\;
但我收到错误 find: missing argument to -exec
最佳答案
尝试这样做:
( shopt -s extglob; mv !(destination_path) destination_path )
关于linux - 如何将所有文件而不是目录移动到文件夹中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18240025/
我是一名优秀的程序员,十分优秀!