David Korn a écrit :

I don't know much about the MKS version of ksh, but if you download
and run UWIN, then  if you can input the parameter with
        read -r name
to preserve the \'s.

Then    "${name//'\'/'/'}" should change the \'s to /.

how about to add something like the -U option or some sort of
combinations like -tH or -uH to typeset to do the unixpath
translation ? this may help portability across systems...
uwin needs unixpath, cygwin cygpath -u, others ${name//\\//},
etc.

Regards,

Cyrille Lefevre
--
mailto:[email protected]



_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to