Linux Today: Linux News On Internet Time.
Search Linux Today
Linux News Sections:  Developer -  High Performance -  Infrastructure -  IT Management -  Security -  Storage -
Linux Today Navigation
LT Home
Contribute
Contribute
Link to Us
Linux Jobs

Partner Sites
JustLinux.com
Linux Planet
PHPBuilder
Technology Jobs

Top White Papers

  • How to evaluate and implement a cost effective outsourcing model for your database infrastructure that reduces your risks, provides operational efficiency...
    Download

  • This buyers guide provides independent research and test results to help you determine your endpoint protection requirements and identify the security...
    Download

More on LinuxToday


Get the Most Out of Bash History

Jun 22, 2010, 16:06 (0 Talkback[s])
(Other stories by Juliet Kemp)

"Type history at the Bash command prompt, and you'll get a list of your previous commands. You can navigate through these with the up and down arrows, but there are other ways of interacting with them that I've been investigating this week. One straightforward option is to use the number at the start of the line to refer to the command. So,

> !15268

"will execute the line numbered 15268. !! executes the last command, and !-2 will execute the last-but-two command.

"You can edit previous commands quickly using :s///. For example, if you typed 'temp' when you meant 'tmp' in command 15200, use this to correct it:"

Complete Story

Related Stories: