This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: phantom file "aux" under bash b19


 >  Having these files is *every* directory seems excessive.

They're not really in every directory. The open syscall in NT itself
(which gets called
by the Cygnus stuff) handles those names special, regardless of the
path. Its really
something built into NT (backward compatibility with DOS).

 > Surely they could be absolute?
 > 	/con, /com<n>, /lpt<n>, etc...

Not without rewriting a chunk of NT itself.

 > or even a touch unix-ish
 > 	/dev/con, /dev/aux, etc...

This does actually work. You can echo >/dev/con to display something on
the console.
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]