Skip to main content
replaced http://unix.stackexchange.com/ with https://unix.stackexchange.com/
Source Link
pbcopy < myfile.txt 

or

cat myfile.txt | pbcopy 

See man pbcopy and man pbpaste.

(This is specific to Mac OS X; for Linux there are other similar commandsother similar commands.)

pbcopy < myfile.txt 

or

cat myfile.txt | pbcopy 

See man pbcopy and man pbpaste.

(This is specific to Mac OS X; for Linux there are other similar commands.)

pbcopy < myfile.txt 

or

cat myfile.txt | pbcopy 

See man pbcopy and man pbpaste.

(This is specific to Mac OS X; for Linux there are other similar commands.)

Source Link
Wildcard
  • 37.5k
  • 30
  • 149
  • 284

pbcopy < myfile.txt 

or

cat myfile.txt | pbcopy 

See man pbcopy and man pbpaste.

(This is specific to Mac OS X; for Linux there are other similar commands.)