| VMS Help CRTL, dup,dup2 *Conan The Librarian | 
    Allocate a new descriptor that refers to a file specified by a
    file descriptor returned by open, creat, or pipe.
    Format
      #include  <unistd.h>
      int dup  (int file_desc1);
      int dup2  (int file_desc1, int file_desc2);
Additional Information (explode) :
|  |