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.
我正在尝试使用 shell 脚本将mccd 放入某些目录,无论是 virtualfs 目录(例如 ftp、ssh)还是本地目录。我该怎么做?
mc
mc只允许您在其中一个面板中打开请求路径的新实例。对于本地文件,您可以只提供目录作为参数:
mc somedirectory
如果您预先添加sh://,您也可以在其他机器上打开远程目录:
sh://
mc sh://user@host/somedirectory
这适用于命令行以及 shell 脚本。