Linux - Replace argument of the last command, Change the argument of last command
Replace argument of the last command
/usr/sbin/ab2 -f TLS1 -S -n 1000 -c 100 -t 2 http://www.google.com/
then
!:- http://www.w3calculator.com/is the same as
/usr/sbin/ab2 -f TLS1 -S -n 1000 -c 100 -t 2 http://www.w3calculator.com/
!:-will Insert the last command without the last argument (bash).
The topic on Linux - Replace argument of the last command is posted by - Math
Hope you have enjoyed, Linux - Replace argument of the last commandThanks for your time