Comment on Time-saving tips for LinuxComments−clvv15yAnother trick that I don't see people mention(excuse me if somebody here already did) is the bash history completion:\esc \tabThis will complete based on your history, argument wise. Very useful when tab completion itself doesn't satisfy you.
Comments
Another trick that I don't see people mention(excuse me if somebody here already did) is the bash history completion:
\esc \tab
This will complete based on your history, argument wise. Very useful when tab completion itself doesn't satisfy you.