SYNTAX

    reattach [options] <job> [<stdin>] [<stdout>] [<stderr>]


OPTIONS

-h (--help) bool

Display help.


ARGUMENTS

<job>

The identifier of the job the be reattached. Must be prefixed with %. Note, job identifiers are listed by the jobs command. [string]

[<stdin>]

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]

[<stdout>]

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]

[<stderr>]

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]


DESCRIPTION

Attach an existing job to a different set of I/O end points.


SEE ALSO

jobs, disown, start


COPYRIGHT

Copyright (c) 2006-2010 Accenture. All rights reserved.