|
|
|
|
|
by nwomack
5689 days ago
|
|
even better (if you are using bash, not sure about other shells) and use shopt -s histverify then if you type !$<enter> will replace !$ with /somedir but not hit return, so you could then modify it. Then you could do... mv somefile -t /somedir vim !$<enter>/somefile |
|