You can access the argument using the !$ variable. For example:
Blog
Showing posts with label unix. Show all posts
Showing posts with label unix. Show all posts
Tuesday, June 21, 2011
Monday, October 18, 2010
Unix History Commands
!! : to run the previous command ^P : move up through history list, one command at a time. (Up arrow key) ^N : move down (or Down arrow key). !n : run nth command in history list. where n is a number from your history list. !n:p : only preview command number n (will not execute the command). !string : Run most recent command starting with characters in st
Subscribe to:
Posts (Atom)