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.
コマンド履歴をサポートするインタラクティブコンソールを実行する方法があることを私は知っています(プログラムは本質的にそれをサポートしていませんが)。しかし、私はその命令を覚えていません。誰か助けてもらえますか?
試してみてくださいledit。
ledit
例えば
$ ledit mycommand
パッケージrlwrapをインストールし、次のように実行します
$ rlwrap foo
コマンドfooのコマンドライン履歴を取得します。