aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-08-03 23:30:46 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-08-03 23:30:46 +1200
commit080bd0e5a09a5ee9974c4d02413e70fd363b7ad3 (patch)
tree13c8bb75aec300f66e3cd4c1cfc4369281ce8150 /README.markdown
parentAdd references between stbl.1 and stws.1 (diff)
downloaddotfiles-080bd0e5a09a5ee9974c4d02413e70fd363b7ad3.tar.gz
dotfiles-080bd0e5a09a5ee9974c4d02413e70fd363b7ad3.zip
Add d2u(1) and u2d(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 e8efad5f..a9e411fd 100644
--- a/README.markdown
+++ b/README.markdown
@@ -309,6 +309,9 @@ Installed by the `install-bin` target:
* `rnda(1)` uses `rndi(1)` to choose a random argument
* `rndf(1)` uses `rnda(1)` to choose a random file from a directory
* `rndl(1)` uses `rndi(1)` to choose a random line from files
+* 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
* `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