Free web design - Sams Teach Yourself Shell Programming in 24 Hours
Tuesday, July 31st, 2007Sams Teach Yourself Shell Programming in 24 Hours Contents Index Hour 13: Input/Output Previous Chapter Next Chapter Sections in this Chapter: Output Summary Input Questions File Descriptors Terms Previous Section Next Section Terms File Descriptor An integer that is associated with a file. Enables you to read and write from a file using the integer instead of the file’s name. STDIN Standard Input. User input is read from STDIN. The file descriptor for STDIN is 0. STDOUT Standard Output. The output of scripts is usually to STDOUT. The file descriptor for STDOUT is 1. STDERR Standard Error. A special type of output used for error messages. The file descriptor for STDERR is 2. Escape Sequence An escape sequence is special sequence of characters that represents another character. Output Redirection In UNIX, the process of capturing the output of a command and storing it in a file is called output redirection because it redirects the output of a command into a file instead of the screen. Input Redirection In UNIX the process of sending input to a command from a file is called input redirection. Sams Teach Yourself Shell Programming in 24 Hours Contents Index Hour 13: Input/Output Previous Chapter Next Chapter Sections in this Chapter: Output Summary Input Questions File Descriptors Terms Previous Section Next Section Copyright Macmillan Computer Publishing. All rights reserved.
We recommend high quality webhost to host and run your jsp application: christian web host services.