sbase/cat.1

11 lines
215 B
Groff
Raw Normal View History

2011-05-22 21:36:34 -04:00
.TH CAT 1 sbase\-VERSION
.SH NAME
cat \- concatenate files
.SH SYNOPSIS
.B cat
2011-05-23 14:00:31 -04:00
.RI [ file ...]
2011-05-22 21:36:34 -04:00
.SH DESCRIPTION
.B cat
reads each file in sequence and writes it to stdout. If no file is given, cat
reads from stdin.