use "!:-"
For example, if the following is the last command
sort -k2 <FileName>
then
!:- <New FileName>
is the same as
sort -k2 <New FileName>
For example, if the following is the last command
sort -k2 <FileName>
then
!:- <New FileName>
is the same as
sort -k2 <New FileName>
No comments :
Post a Comment