home *** CD-ROM | disk | FTP | other *** search
/ Garbo / Garbo.cdr / pc / doshelp / helpsb.zoo / help / definit / redir.hlp < prev    next >
Encoding:
Text File  |  1989-01-01  |  640 b   |  17 lines

  1. < or > or >> (REDIRECTION)
  2.  
  3.  
  4. <
  5. To change the normal source of data for a command, and take it from a file 
  6. rather than from the keyboard. See the REDIRECTION <(INPUT) definition for 
  7. examples.
  8.  
  9. >
  10. To change the normal destination of data from a command, and place the
  11. output in a file. See the REDIRECTION >(OUTPUT) definition for examples.
  12.  
  13. >> 
  14. To change the normal destination of data from a command, and add on to 
  15. the end of a file without altering the previous contents of the file. See
  16. the REDIRECTION >>(APPEND) definition for examples.
  17.