April 2002
Beginner
640 pages
27h 54m
English
type
Display the contents of a text file.
type filename
The type command is useful if you need to quickly
view the contents of any text file (especially short files).
type is also useful for concatenating text files,
using the >> operator.
If the file is exceptionally long, you can press Ctrl-C to interrupt the display before it’s finished.
Read now
Unlock full access