> 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