Re: File path to URI

2008-04-30 Thread Mark J. Reed
You really should put double quotes around "$1". Cygwin of all places ought to be an environment that reminds shellscripters to do that... :) On 4/30/08, Reini Urban <[EMAIL PROTECTED]> wrote: > > Has anyone seen a command line tool for converting path (e.g. > /cygdrive/h/privat/news_alert.con

Re: File path to URI

2008-04-30 Thread Reini Urban
> Has anyone seen a command line tool for converting path (e.g. > /cygdrive/h/privat/news_alert.conf) to file URI > (file:///cygdrive/h/privat/news_alert.conf) > > Yes, tweaking with string concatenation or calling some java code would be a > way, though I would prefer some proper command with