6 ms·
I often use cat because when constructing a pipeline I'll do multiple rounds of: head filename | ... Once its working I find it easy to just type C-aM-dca
by rotifer 4y ago
I often use cat because when constructing a pipeline I'll do multiple rounds of:
head filename | ...
Once its working I find it easy to just type C-aM-dcat (i.e. beginning-of-line kill-word cat).