| www.delorie.com/archives/browse.cgi | search |
Hi!
Sunday, 22 April, 2001 Corinna Vinschen cygwin-apps AT cygwin DOT com wrote:
>> But then, if ash is reading from a pipe, stdin should, IMO, be in binary
>> mode.
CV> That's really tricky:
CV> sh < foo O_TEXT?
CV> cat foo | sh O_BINARY?
how about
sh -c bar.sh < foo
cat foo | sh -c bar.sh
? shouldn't it be O_BINARY in both cases here?
Egor. mailto:deo AT logos-m DOT ru ICQ 5165414 FidoNet 2:5020/496.19
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |