Mostly, I will not use | less for each and every command from the shell.
| less
Pipe to less is used only when I actually run the command without is and find out t
Pipe it to less -F aka --quit-if-one-screen:
less -F
--quit-if-one-screen
Causes less to automatically exit if the entire file can be dis- played on the first screen.