






P.S.: Sorry for my english!!!
P.S.2: My laptop is from year 2002!!!!
Code: Select all
slapt-get-i some-wonderful-application
Code: Select all
bash: slapt-get-i: command not found
First thing I do on every installation I have to use is edit /etc/inputrc:mimosa wrote:Another useful feature I expect you've come across is using up arrow to go back through commands previously entered. Again, you can edit before pressing enter. I often use this if I mistyped a command - up arrow, edit to correct, bingo.
Code: Select all
"\e[5~": beginning-of-history
"\e[6~": end-of-history
Code: Select all
"\e[5~": history-search-backward
"\e[6~": history-search-forward