Tag Archives: history

Awesome new keyboard shortcuts

A few new bash shortcuts I have recently come across that fill me with joy: “Alt + .”: This inserts the last argument to the last command. So say you just tailed a config file and you want to vim … Continue reading

Posted in CLI | Tagged , , , , | Leave a comment

Bash history tips and tricks

Commands you type at a bash prompt are likely stored in what is known as your bash history. Some minor tweaks to how this history is written can be quite handy. Here are the ones I have found most useful, … Continue reading

Posted in CLI | Tagged , , , | 5 Comments