Make any command read line enabled (on *nix)

2010-11-25 1 min read bash Fedora Linux
Make any command read line enabled (on *nix) 1 <td> <div class="text codecolorer"> rlwrap sqlite3 database.db </div> </td> </tr> Enable readline even if the command line application is not using it. * View this command to comment, vote or add to favourites * View all commands by pykler commandlinefu.com by David Winterbottom (codeinthehole.com) URL: http://feedproxy.google.com/~r/Command-line-fu/~3/mKEgYoyHCMA/make-any-command-read-line-enabled-on-nix Related articles Use the last command’s output as input to a command without piping and bind to it to a key sequence in bash. Continue reading