# Represents the clipboard (pasteboard?) on a Mac. This command sends a file (myfile.txt) to pbcopy, so now I can paste it onto another
# window
cat myfile.txt | pbcopy
# Represents the clipboard (pasteboard?) on a Mac. This command sends a file (myfile.txt) to pbcopy, so now I can paste it onto another
# window
cat myfile.txt | pbcopy