about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorLeah Neukirchen <leah@vuxu.org>2017-10-19 15:15:04 +0200
committerLeah Neukirchen <leah@vuxu.org>2017-10-19 15:15:04 +0200
commit466dd62ba30b8270379a79238bc85e21a75ebcbe (patch)
tree312c59892368d64a8b91790a2a3c1dea4bcc688e /README
downloadnecho-466dd62ba30b8270379a79238bc85e21a75ebcbe.tar.gz
necho-466dd62ba30b8270379a79238bc85e21a75ebcbe.tar.xz
necho-466dd62ba30b8270379a79238bc85e21a75ebcbe.zip
initial import of necho
Diffstat (limited to 'README')
-rw-r--r--README55
1 files changed, 55 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..52be312
--- /dev/null
+++ b/README
@@ -0,0 +1,55 @@
+NECHO(1)                    General Commands Manual                   NECHO(1)
+
+NAME
+     necho, zecho, qecho, jecho, secho – minimal, sensible alternatives to
+     echo(1)
+
+SYNOPSIS
+     necho [string ...]
+     zecho [string ...]
+     qecho [string ...]
+     jecho [string ...]
+     secho [string ...]
+
+DESCRIPTION
+     The necho utility writes its arguments, one per line, to standard output.
+
+     The zecho utility writes its arguments, terminated by NUL bytes, to
+     standard output.
+
+     The qecho utility writes its arguments, surrounded by unicode quotation
+     marks, to standard output.
+
+     The jecho utility writes its arguments joined together to standard
+     output.
+
+     The necho utility writes its arguments, separated by spaces, to standard
+     output, followed by a <newline>.  If there are no arguments, only the
+     <newline> is written.
+
+OPTIONS
+     Implementations do not support any options, nor special handling of a
+     “--” argument.
+
+EXIT STATUS
+     These utilities exit 0 on success, and >0 if an error occurs.
+
+SEE ALSO
+     echo(1), printf(1)
+
+STANDARDS
+     secho is a POSIX-conforming, but not XSI-conforming implementation of
+     echo(1).
+
+AUTHORS
+     Leah Neukirchen <leah@vuxu.org>
+
+LICENSE
+     These utilities are 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                     October 19, 2017                     Void Linux