How to remove the “Last login..” message from the shell
By Flavio Copes
Learn how to remove the annoying 'Last login...' message that shows when you open your shell by creating a .hushlogin file, on both macOS and Linux.
~~~
My shell had this line every time I opened it:

Useless information for me.
And I wanted to remove it.
I ran this command to remove the “last login: ….” information:
touch ~/.hushlogin
Done!

Works in macOS and Linux.
~~~
Related posts about cli: