Tech Tip: Use History Expansion To Save Time and Typing

 in

Most shells maintain a history of the commands that you've typed and that history can be used to save time and typing. Most of us have probably used the up/down arrow keys already to move through the list of commands that we've already entered, but there are other ways to access the data in the history list.

Let's say you want to install a package (we'll use a Debian/Ubuntu-based system as an example), so you type:

  $ apt-get install packagename

But wait a minute, you need 'sudo' to do that! So what do you do? Retype the entire command again? No, use history expansion and type:

  $ sudo !!

This will run the entire last command with 'sudo' prepended to it!

Let's take another example, say you want to list a directory's contents before changing into it, so you use ls to see the directory:

  $ ls /usr/share/doc

Now, rather than typing the entire path name again as an argument to cd command, you simply type:

  $ cd !$

This takes the last argument from the the last command entered and inserts it in the new command (use !* to include all the arguments from the last command).

Most shells provide many more expansion features that can save time and typing, check your shell's documentation for more information. For bash search for "History Expansion" or "Event Designators".

______________________

-- Regards, Matthew Cengia

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

$_

Rohit's picture

Even $_ works in same way. However not exactly in same way to the one mentioned in this post but somehow it works.

e.g.

# ls /home/usr/

Now if you want to relist the content of /home/usr directory then you the following:

# ls $_

Always more to learn

mattcen's picture

Thanks for the information on 'Esc-.'; I hadn't heard about that one, and can't find documentation about it in the Bash manpage!

Shawn did indeed cover (part of) this tech tip in one of his recent videos, so I suppose you could say this serves as a re-cap and elaboration on it (some of which was also mentioned in the comments to Shawn's video) :-).

--
Regards,
Matthew Cengia

alt-.

wom's picture

I use alt-. to cycle last section of previous command. Also; "fc" if I want to edit the entire command and run it again in default editor.

sudo !!

Anonymous's picture

Didn't Shawn Powers just cover this in his tech tips?

Thanks for the tips. Esc-.

Anonymous's picture

Thanks for the tips.

Esc-. will also paste the last command-line argument.

Webcast
How to Build an Optimal Hadoop Cluster to Store and Maintain Unlimited Amounts of Data Using Microservers

Realizing the promise of Apache® Hadoop® requires the effective deployment of compute, memory, storage and networking to achieve optimal results. With its flexibility and multitude of options, it is easy to over or under provision the server infrastructure, resulting in poor performance and high TCO. Join us for an in depth, technical discussion with industry experts from leading Hadoop and server companies who will provide insights into the key considerations for designing and deploying an optimal Hadoop cluster.

Learn More

Sponsored by AMD

White Paper
Red Hat White Paper: Using an Open Source Framework to Catch the Bad Guy

Built-in forensics, incident response, and security with Red Hat Enterprise Linux 6

Every security policy provides guidance and requirements for ensuring adequate protection of information and data, as well as high-level technical and administrative security requirements for a system in a given environment. Traditionally, providing security for a system focuses on the confidentiality of the information on it. However, protecting the data integrity and system and data availability is just as important. For example, when processing United States intelligence information, there are three attributes that require protection: confidentiality, integrity, and availability.

Learn more about catching the bad guy in this free white paper.

Learn More

Sponsored by DLT Solutions