From cadc05f5acb0b495b93b15981a404077e0d2dee3 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Wed, 24 May 2017 16:56:00 +1200 Subject: Add trs(1df) --- man/man1/trs.1df | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 man/man1/trs.1df (limited to 'man/man1/trs.1df') diff --git a/man/man1/trs.1df b/man/man1/trs.1df new file mode 100644 index 00000000..fa5d2d19 --- /dev/null +++ b/man/man1/trs.1df @@ -0,0 +1,23 @@ +.TH TRS 1df "May 2017" "Manual page for trs" +.SH NAME +.B trs +\- string version of tr(1) +.SH SYNOPSIS +.B trs +STRING REPLACEMENT +< file +.br +program | +.B trs +STRING REPLACEMENT +.SH DESCRIPTION +.B trs +replaces the string given in its first argument with the string given in its +second, with no regex metacharacters, in a way that should work on all POSIX +implementations. It is thereby the string complement for tr(1). +.P +The first argument cannot be a null string. The second argument can be blank +(but must still be specified) to implicitly delete all occurrences of the +string. +.SH AUTHOR +Tom Ryder -- cgit v1.2.3