Search results

  1. T

    bash function - open file with application

    Hi, I'm running Mac OS X v 10.5.8. I would like to be able to write a bash function to do this from a terminal: open -a /Applications/Adobe\ Reader\ 9/Adobe\ Reader.app "sem.pdf" (this works fine but is very long). I tried writing a bash function: function acroread{ open -a...
Back
Top