Tag Archives: History

Bash History Tips and Tricks

Bash supports history expansion feature which can be very useful for powerful command-line users. According to bash manual page – History  expansions introduce words from the history list into the input stream, making it easy to repeat commands, insert the … Continue reading

Posted in bash, Linux, Man pages | Tagged , , | Leave a comment