|
|
1.1 ! root 1: ! 2: ! 3: cat Command cat ! 4: ! 5: ! 6: ! 7: ! 8: Concatenate/print files ! 9: ! 10: ccaatt [ -uu ][ _f_i_l_e ... ] ! 11: ! 12: cat copies each file arguments to the standard output. A `-' ! 13: tells cat to read the standard input. If no file is specified, ! 14: cat reads the standard input. ! 15: ! 16: The -u option makes the output unbuffered. Otherwise, cat buff- ! 17: ers the output in units of the machine's disk block size (e.g., ! 18: 512 bytes). ! 19: ! 20: ***** See Also ***** ! 21: ! 22: commands ! 23: ! 24: ***** Notes ***** ! 25: ! 26: If you redirect cat's the output to one of its input files, it ! 27: will loop forever, reading from the file the text that it has ! 28: just written into it: in effect, cat will chase its own tail end- ! 29: lessly. ! 30: ! 31: ! 32: ! 33: ! 34: ! 35: ! 36: ! 37: ! 38: ! 39: ! 40: ! 41: ! 42: ! 43: ! 44: ! 45: ! 46: ! 47: ! 48: ! 49: ! 50: ! 51: ! 52: ! 53: ! 54: ! 55: ! 56: ! 57: ! 58: ! 59: ! 60: ! 61: ! 62: ! 63: ! 64: COHERENT Lexicon Page 1 ! 65: ! 66:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.