minix man page for cat

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)

NAME
cat - concatenate files and write them to stdout
SYNOPSIS
cat [-u] [file] ...
OPTIONS
-u Unbuffered output
EXAMPLES
cat file # Display file on the terminal cat file1 file2 | lpr # Concatenate 2 files and print result
DESCRIPTION
Cat 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 ALSO
cp(1). CAT(1)
Related Man Pages
cat(1) - mojave
cat(1) - suse
cat(1) - opendarwin
cat(1) - x11r4
cat(1) - xfree86
Similar Topics in the Unix Linux Community
More complicated log parsing
concatenate all duplicate line in a file.
Increasing allocated space to a mount - possible?
Authentication Failed Dialog Box on Redhat 4.7
Execute script located on a remote machine