[–] janpmz 2y ago ↗ My workflow:- Use lengthy command in ubuntu console- Press up arrow- add ali <aliasname> infront of it- Use it immediately [–] JustinGarrison 2y ago ↗ ali $alias !!Might save you some arrow presses
[–] janpmz 2y ago ↗ I just added alianalyze - Show the most frequent, non-trivial commands of the history and turn them into an alias.
[–] janpmz 2y ago ↗ What are your favorite aliases?Mine is: history | grepfor quick search of the command history.
4 comments
[ 2.0 ms ] story [ 15.5 ms ] thread- Use lengthy command in ubuntu console
- Press up arrow
- add ali <aliasname> infront of it
- Use it immediately
Might save you some arrow presses
Mine is: history | grep
for quick search of the command history.