From 2d20e84c042832eda21b557b015cfa9ba53439af Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sun, 14 Aug 2016 14:39:09 +1200 Subject: Add sd2u(1) and su2d(1) --- README.markdown | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.markdown') diff --git a/README.markdown b/README.markdown index 3b5ecb8d..a4a2dd3c 100644 --- a/README.markdown +++ b/README.markdown @@ -325,6 +325,9 @@ Installed by the `install-bin` target: * Two file formatting scripts: * `d2u(1)` converts DOS line endings in files to UNIX ones. * `u2d(1)` converts UNIX line endings in files to DOS ones. +* Two stream formatting scripts: + * `sd2u(1)` converts DOS line endings in streams to UNIX ones. + * `su2d(1)` converts UNIX line endings in streams to DOS ones. * `apf(1)` prepends arguments to a command with ones read from a file, intended as a framework for shell functions. * `ax(1)` evaluates an awk expression given on the command line; this is -- cgit v1.2.3