We Recommend

bash Cookbook: Solutions and Examples for bash Users bash Cookbook: Solutions and Examples for bash Users
bash Cookbook teaches shell scripting the way Unix masters practice the craft. It presents a variety of recipes and tricks for all levels of shell programmers so that anyone can become a proficient user of the most common Unix shell -- the bash shell -- and cygwin or other popular Unix emulation packages.


Posted By

noah on 07/23/07


Tagged

cool mac copy clipboard os paste productivity tricks


Versions (?)


Who likes this?

2 people have marked this snippet as a favorite

rhockens
willcodeforfood


clipboard commands for OSX


Published in: Bash 


  1. pbcopy < filename
  2. #copies contents of a text, rtf, or eps file to the clipboard
  3.  
  4. pbpaste
  5. #pastes content of clipboard to stdout

Report this snippet 

You need to login to post a comment.