aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-14 14:39:09 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-14 14:39:48 +1200
commit2d20e84c042832eda21b557b015cfa9ba53439af (patch)
treeda78d68149182354567e1ffd08eaa4de090bff2f /README.markdown
parentAdd tentative enhancements to br(1) (diff)
downloaddotfiles-2d20e84c042832eda21b557b015cfa9ba53439af.tar.gz
dotfiles-2d20e84c042832eda21b557b015cfa9ba53439af.zip
Add sd2u(1) and su2d(1)
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown3
1 files changed, 3 insertions, 0 deletions
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