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.
mcシェルスクリプトを使用して、virtualfsディレクトリ(ftp、sshなど)やローカルディレクトリなど、いくつかのディレクトリにcdを挿入しようとしています。どうすればいいですか?
mc
mcパネルの1つで要求されたパスを開いた状態でのみ新しいインスタンスを起動できます。ローカルファイルの場合、引数としてディレクトリを指定できます。
mc somedirectory
接頭辞sh://を付けると、他のマシンでもリモートディレクトリを開くことができます。
sh://
mc sh://user@host/somedirectory
これは、コマンドラインおよびシェルスクリプトから機能します。