View Single Post
Quote:
Originally Posted by Sandman View Post
3) pbpaste > project.input
4) cat project.input | ./convert.pl > project.twiki
5) cat project.twiki | pbcopy
You could simplify that to

pbpaste | ./convert.pl | pbcopy

and save some typing and housekeeping...