|
|
|
|
|
by gemlog
4416 days ago
|
|
Another way to take advantage of ctrl+r is to add a comment at the end of the line when you have very similar commands. e.g.
ssh fred@127.0.0.1 #servername
ffmpeg -some -long -incantation #vid2mp3
It's better than an alias or function in your rc file as you can easily edit to change some args |
|