Re: bug or undocumented feature

2009-08-25 Thread mitch
On Aug 22, 11:17 am, Jan Schampera wrote: > Mitch Frazier wrote: > > The close appears to be a special case of (from the man page): > > >> Similarly, the redirection operator > > >>       [n]>&digit- > > >> moves the file descriptor digit to file descriptor n, > >> or the standard output (file des

Re: bug or undocumented feature

2009-08-22 Thread Jan Schampera
Mitch Frazier wrote: > The close appears to be a special case of (from the man page): > >> Similarly, the redirection operator >> >> [n]>&digit- >> >> moves the file descriptor digit to file descriptor n, >> or the standard output (file descriptor 1) if n is not >> specified. > > Not sure