Tip #107 Use history to SUDO last command
Forget that your running as underprivileged? No need to retype the command.> command_with_insufficient_permissions
Permission denied
> sudo !! Read more »
- TAGS:
- history
Tip #150 Up/down arrow keys for searching history
Add the following to your ~/.inputrc to make the up and down keys search your history (using what you have typed in already as a prefix) rather than just go through all history items:"\e[A": history-search-backward
"\e[B": history-search-forward
Read more »
- TAGS:
- history
alias aptitude at awk bash bc cal cat cd colrm comm cp csh curl cut date dd df dialog diff dirname dpkg du fc find fuser grep gs gzip history iconv kill ksh last less ln ls lsof lynx m4 md5sum mkdir mkfifo mkisofs mv mysql nc netstat openssl OSX perl ping popd ps pushd python read redirection rm scp screen sed sort ssh stat sudo svn tail tar tee test top tr uniq vim wc wget xargs