diff options
author | Leah Neukirchen <leah@vuxu.org> | 2017-12-13 20:09:56 +0100 |
---|---|---|
committer | Leah Neukirchen <leah@vuxu.org> | 2017-12-13 20:09:56 +0100 |
commit | 4cdde5db634f7ba31b2f0529d222cbb3564eaeb7 (patch) | |
tree | d215274939d2bf0aa2f5d59125063b5437e32d51 | |
parent | fe97a9451e6e9f08f893c27dac1cf16a9f75eaa9 (diff) | |
download | rnl-4cdde5db634f7ba31b2f0529d222cbb3564eaeb7.tar.gz rnl-4cdde5db634f7ba31b2f0529d222cbb3564eaeb7.tar.xz rnl-4cdde5db634f7ba31b2f0529d222cbb3564eaeb7.zip |
add README
-rw-r--r-- | README | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/README b/README new file mode 100644 index 0000000..edb4f45 --- /dev/null +++ b/README @@ -0,0 +1,43 @@ +RNL(1) General Commands Manual RNL(1) + +NAME + rnl – remove trailing newlines + +SYNOPSIS + rnl [-01sz] [files ...] + +DESCRIPTION + rnl removes trailing newlines from the specified input files. The files + are modified in-place! + + When used without arguments, rnl copies standard input to standard + output, removing trailing newlines. + + The options are as follows: + + -0 Remove all trailing newlines. + + -1 Remove just one trailing newline. + + -s Strip all but one newline at the end. (This is the default.) + + -z Remove final NUL bytes instead of newlines. + +EXIT STATUS + The rnl utility exits 0 on success, and >0 if an error occurs. + +SEE ALSO + tr(1) + +AUTHORS + Leah Neukirchen <leah@vuxu.org> + +LICENSE + rnl is in the public domain. + + To the extent possible under law, the creator of this work has waived all + copyright and related or neighboring rights to this work. + + http://creativecommons.org/publicdomain/zero/1.0/ + +Void Linux December 13, 2017 Void Linux |