Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
brew医生告诉我移动macports:sudo mv /opt/local ~/macports
所以我这样做了,现在没有任何工作正常。将 macports 移回原来的位置的命令是什么?
我想你的意思是:
sudo mv ~/macports /opt/local
mv是用于移动文件和目录的标准 unix shell 命令。
mv