General tips not mentioned yes:
give yourself a check for what those things do
To add, don’t kick yourself for forgetting and needing to double-check something. Even as a Linux vet, I still sometimes need to double-check whether it’s -r or -R for recursive on whatever command I’m using sometimes.
history | grep <part of the command that I actually remember>
Saves my bacon almost every day!
@bert @Barbarian i use fzf on command history
Thank you for teaching me something new today.