Вопрос

I know there is a way to run an interactive console with command history support (even though the program does not inherently support it). However, I don't remember the command. Can anyone help me?

Это было полезно?

Решение 2

Install the package rlwrap and run it like

$ rlwrap foo

to get command line history for the command foo.

Другие советы

Try ledit.

E.g.

$ ledit mycommand
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top