macOS CLI Protip:

The 'pbcopy' command is *tremendously* useful. It sticks whatever is directed in via stdin into the Copy/Paste buffer!

`pbcopy < somescript.sh`

its twin 'pbpaste' comes in handy less often, but is good to keep around.

#mac #macOS #CLI #macOSCLI #pbcopy