reattach [options] <job> [<stdin>] [<stdout>] [<stderr>]
Display help.
The identifier of the job the be reattached. Must be prefixed with %
. Note, job identifiers are listed by the jobs command. [string]
The name of the end point that the job's standard input should be reattached to. If not specified a new null end point is created and the job is attached to that. [string]
The name of the end point that the job's standard output should be reattached to. If not specified the job is attached the same end point as its standard input. [string]
The name of the end point that the job's standard error should be reattached to. If not specified the job is attached the same end point as its standard output. [string]
Attach an existing job to a different set of I/O end points.
Copyright (c) 2006-2010 Accenture. All rights reserved.