Post by Cedric BlancherPost by Glenn FowlerPost by Cedric BlancherPost by Lionel Consfeature broken there?
ksh -c 'redirect {n}</dev/file at sync/etc ; true'
/home/ced/bin/ksh: /dev/file at sync/etc: cannot open [No such file or directory]
the feature is there
the spelling is different
the original spelling was in a non-release patch proposal
current spelling is as follows for reasons already posted
/dev/file/sync:etc # relative
/dev/file/sync:/etc # absolute
Well, I did like /dev/file at options/ because it was clear where the
options are. It looked familiar and user-friendly. Sounds like I have
to get "used" to the new Windows-like style
how about this to meet in the middle
/dev/file/flag[,flag...]@relative-path
/dev/file/flag[,flag...]@/absolute-path
recall that the original form only worked on absolute paths
and @ in device names seems to only appear in /devices/somename/*@*
I also forgot about ':' clashing with the unix ':' path list separator char
because I didn't think about /dev/... in $PATH, but why not?