Bourne shell io redirection with <> -- what is it?

Mike Schloss mike at enmasse.UUCP
Thu Apr 4 10:33:17 AEST 1985


> Does anyone know what the undocumented <> io redirection metacharacter
> sequence in the bourne shell does?  Is it useful?

What it does:
	redirects input from specified file but open() is called
	for read/write instead of read only

Is it useful:
	Doubtful

					Mike Schloss



More information about the Comp.unix.wizards mailing list