From 1a3ae549beac1445e1bb44a809f3245e67ed0dfd Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 12 May 2020 15:20:07 +1200 Subject: Add qat(1df), implementing an item from IDEAS.md --- man/man1/qat.1df | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 man/man1/qat.1df (limited to 'man/man1') diff --git a/man/man1/qat.1df b/man/man1/qat.1df new file mode 100644 index 00000000..d7466b3a --- /dev/null +++ b/man/man1/qat.1df @@ -0,0 +1,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 -- cgit v1.2.3