aboutsummaryrefslogtreecommitdiff
path: root/man/man1/qat.1df
blob: d7466b3a1a0e2c5a7df5ddc84990abe6b4b15cae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.TH QAT 1df "May 2020" "Manual page for qat"
.SH NAME
.B qat
\- quiet cat for terminal pastes
.SH SYNOPSIS
.B qat
| wc -l
.br
.B qat
| grep pattern
.SH DESCRIPTION
.B qat
switches the echo feature for stty(1) off for the duration of a cat(1).  You
can use this to paste stuff into a pipeline without the terminal echoing it
back at you.
.SH SEE ALSO
stty(1)
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>