|
|
|
|
|
by absoluteunit1
890 days ago
|
|
I’ll sometimes write a useful one liner that I want to write a shell script off but if I’m in the middle of something and don’t have time I’ll do this: <my> | <cool> | <one liner> # add script for this The # comment makes it easy for me to search through my history to find one liners I want to use to build a shell script from |
|