Query: cat
OS: minix
Section: 1
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CAT(1) General Commands Manual CAT(1)NAMEcat - concatenate files and write them to stdoutSYNOPSIScat [-u] [file] ...OPTIONS-u Unbuffered outputEXAMPLEScat file # Display file on the terminal cat file1 file2 | lpr # Concatenate 2 files and print resultDESCRIPTIONCat concatenates its input files and copies the result to stdout. If no input file is named, or - is encountered as a file name, standard input is used. Output is buffered in 512 byte blocks unless the -u flag is given. If you just want to copy a file, cp should be used since it is faster.SEE ALSOcp(1). CAT(1)
| Related Man Pages | 
|---|
| cat(1) - mojave | 
| cat(1) - redhat | 
| cat(1) - centos | 
| cat(1) - xfree86 | 
| cat(1) - php | 
| Similar Topics in the Unix Linux Community | 
|---|
| More complicated log parsing | 
| How Much Vacation Do You Take Every Year? | 
| Shell script to catch PL/SQL return values | 
| awk+cat | 
| Help cannot concatenate Ksh variables ? |