Download as:
Rating : ⭐⭐⭐⭐⭐
Price: $10.99
Language:EN

Reference: cat

UNIX in a Nutshell: System V Edition

 

cat

cat [options] [files]
-b
-e
-n
-s
-t

Print each tab as ^I and each form feed as ^L. Must be used with -v.

-u

Print output as unbuffered (default is buffered in blocks or screen lines).

-v

Examples

cat ch1                   Display a file
cat ch1 ch2 ch3 > all     Combine files
cat note5 >> notes        Append to a file
cat > temp1               Create file at terminal; end with EOF
cat > temp2 << STOP       Create file at terminal; end with STOP

Previous: Reference: cancel UNIX in a Nutshell: System V Edition Next: Reference: cb
Reference: cancel Book Index Reference: cb

The UNIX CD Bookshelf Navigation
Copyright © 2009-2023 UrgentHomework.com, All right reserved.