-1

Through the process of installing Homebrew I moved a file. The command I ran was:

sudo mv /opt/local~/macports

My guess (because my command line/linux commands are limited) is that /opt/local has moved to /macports?

So should I just run the command reversed?

4

1 に答える 1

0

それがsudo mv /opt/local ~/macports(スペース付きで)だった場合、その逆は

sudo mv ~/macports/local /opt
于 2013-01-25T20:33:23.510 に答える