summaryrefslogtreecommitdiffstats
path: root/test/man_echo.txt
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-07 04:48:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-07 04:48:35 +0000
commit207df6fc406e81bfeebdff7f404bd242ff3f099f (patch)
treea1a796b056909dd0a04ffec163db9363a8757808 /test/man_echo.txt
parentReleasing progress-linux version 0.11.2-1~progress7.99u1. (diff)
downloadlnav-207df6fc406e81bfeebdff7f404bd242ff3f099f.tar.xz
lnav-207df6fc406e81bfeebdff7f404bd242ff3f099f.zip
Merging upstream version 0.12.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/man_echo.txt')
-rw-r--r--test/man_echo.txt38
1 files changed, 38 insertions, 0 deletions
diff --git a/test/man_echo.txt b/test/man_echo.txt
new file mode 100644
index 0000000..1f4fa53
--- /dev/null
+++ b/test/man_echo.txt
@@ -0,0 +1,38 @@
+ECHO(1) General Commands Manual ECHO(1)
+
+NNAAMMEE
+ eecchhoo – write arguments to the standard output
+
+SSYYNNOOPPSSIISS
+ eecchhoo [--nn] [_s_t_r_i_n_g _._._.]
+
+DDEESSCCRRIIPPTTIIOONN
+ The eecchhoo utility writes any specified operands, separated by single blank
+ (‘ ’) characters and followed by a newline (‘\n’) character, to the
+ standard output.
+
+ The following option is available:
+
+ --nn Do not print the trailing newline character. This may also be
+ achieved by appending ‘\c’ to the end of the string, as is done by
+ iBCS2 compatible systems. Note that this option as well as the
+ effect of ‘\c’ are implementation-defined in IEEE Std 1003.1-2001
+ (“POSIX.1”) as amended by Cor. 1-2002. Applications aiming for
+ maximum portability are strongly encouraged to use printf(1) to
+ suppress the newline character.
+
+ Some shells may provide a builtin eecchhoo command which is similar or
+ identical to this utility. Most notably, the builtin eecchhoo in sh(1) does
+ not accept the --nn option. Consult the builtin(1) manual page.
+
+EEXXIITT SSTTAATTUUSS
+ The eecchhoo utility exits 0 on success, and >0 if an error occurs.
+
+SSEEEE AALLSSOO
+ builtin(1), csh(1), printf(1), sh(1)
+
+SSTTAANNDDAARRDDSS
+ The eecchhoo utility conforms to IEEE Std 1003.1-2001 (“POSIX.1”) as amended
+ by Cor. 1-2002.
+
+macOS 13.5 April 12, 2003 macOS 13.5