🚀 The Essentials Everyone Should Know
CommandWhat It Does
man <command>Read the manual for any command
<command> --helpQuick help for most commands
historyShow your command history
!!Re-run the last command
!$Use the last argument of the previous command
Ctrl + RReverse-search...