Search results

  1. T

    bash function - open file with application

    Thanks a lot for the tips; the function worked as it was in my bash_profile; good to know you can also do it as a script as well though- I'm sure that'll be useful for longer tasks. Cheers.
  2. 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