这个问题基本上是这个的副本:https ://askubuntu.com/questions/91740/how-to-move-all-files-in-current-folder-to-subfolder
但相反,我问的是如何使用 oh-my-zsh 在 Mac OS X 终端中执行此操作。
我对给出的解决方案的问题是它们似乎在我的终端中不起作用(在这里用“oldCodeBase”替换问题中的文件夹“new”)
[~/Sid/Moonshine_Machine, 127, master+3]: mv !(oldCodeBase) oldCodeBase
zsh: number expected
它在这里期望的数字是多少?
转向另一个建议的解决方案是使用 shopt 命令。
但我似乎没有可用的 shopt 命令:
~/Sid/Moonshine_Machine, 1, master+3]: shopt -s extglob dotglob
zsh: command not found: shopt
所以在这一点上,这两种解决方案似乎都不起作用。
编辑:
我发现 zsh 中的“setopt”似乎是与“shopt”相当的命令,但会导致以下问题
[~/Sid/Moonshine_Machine, 127, master+3]: setopt -s extglob dotglob
setopt: no such option: extglob