core/builtins/reattach.cif
changeset 0 7f656887cf89
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 # reattach.cif
       
     2 # 
       
     3 # Copyright (c) 2010 Accenture. All rights reserved.
       
     4 # This component and the accompanying materials are made available
       
     5 # under the terms of the "Eclipse Public License v1.0"
       
     6 # which accompanies this distribution, and is available
       
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 # 
       
     9 # Initial Contributors:
       
    10 # Accenture - Initial contribution
       
    11 #
       
    12 
       
    13 ==name reattach
       
    14 
       
    15 ==short-description
       
    16 
       
    17 Attach an existing job to a different set of I/O end points.
       
    18 
       
    19 ==see-also
       
    20 
       
    21 L<jobs|jobs>, L<disown|disown>, L<start|start>
       
    22 
       
    23 ==argument string job
       
    24 
       
    25 The identifier of the job the be reattached. Must be prefixed with C<%>. Note, job identifiers are listed by the L<jobs|jobs> command.
       
    26 
       
    27 ==argument string stdin optional
       
    28 
       
    29 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.
       
    30 
       
    31 ==argument string stdout optional
       
    32 
       
    33 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.
       
    34 
       
    35 ==argument string stderr optional
       
    36 
       
    37 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.
       
    38 
       
    39 ==copyright
       
    40 
       
    41 Copyright (c) 2006-2010 Accenture. All rights reserved.
       
    42