DOC HOME SITE MAP MAN PAGES GNU INFO SEARCH PRINT BOOK
 

close(3)



                                  close(1tcl)
     _________________________________________________________________

   close -- close an open file 

Synopsis

   close fileId

Description

   Closes the file given by fileId. fileId must be the return value from
   a previous invocation of the open command, and should not be used
   again after this close command. If fileId refers to a command pipeline
   instead of a file, then close waits for the children to complete. The
   normal result of this command is an empty string, but errors are
   returned if there are problems in closing the file or waiting for
   children to complete.

References

   open(1tcl)
     _________________________________________________________________

   25 April 2004
   © 2004 The SCO Group, Inc. All rights reserved.
   UnixWare 7 Release 7.1.4 - 25 April 2004
   
See also close(2)
See also close(D2)
See also close(D2mdi)
See also close(D2oddi)
See also close(D2osdi)
See also close(D2sdi)
See also close(D2str)

Man(1) output converted with man2html