Skip to content
Manvendra Bhangui edited this page Feb 25, 2024 · 1 revision

NAME

qcat - concatenate files and print on the standard output

SYNOPSIS

qcat [ -vet ] [ FILE... ]

DESCRIPTION

Concatenate FILE(s) to standard output. qcat reads files specified on command line and reliably writes to standard output. In case of any error writing to standard output, qcat exits with non-zero status printing an error message. Without any arguments, or when FILE is -, qcat(1) simpy copies standard input to standard output.

OPTIONS

-e
display $ at end of each line

-t
display TAB characters as ^I

-v
use ^ and M- notation, except for line feed (LF) and TAB

AUTHOR

Written by Manvendra Bhangui

REPORTING BUGS

Report cat bugs to mbhangui@gmail.com
IndiMail Home page: <http://www.indimail.org/\>

SEE ALSO

cat(1)

Clone this wiki locally