5 earlier thoughts
Just a quick one because I need this all the time but I keep forgetting it: How to append the current date to a filename.
touch abcd_`date +%F` ls abcd* > abcd_2015-09-17
or if you are using fish:
touch abcd_(date +%F)
6 later thoughts
Keyboard navigation
?
c
g
j
←
k
→
p
s
ctrl + enter
alt + enter
esc