aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/echo.txt
diff options
context:
space:
mode:
authorGravatar Sean DuBois <seandubois@vtgus.com>2012-07-03 17:54:00 -0400
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-07-06 14:41:44 -0700
commitc45479a6e5cd9dba7b212c98e22d5adc879d5b03 (patch)
tree22d05d3cb2baa985a38032572f0a8a63bc2c167a /doc_src/echo.txt
parent345a52862587210477f8e5a9a41c21c26a265009 (diff)
Created the man page for echo and test
Diffstat (limited to 'doc_src/echo.txt')
-rw-r--r--doc_src/echo.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc_src/echo.txt b/doc_src/echo.txt
new file mode 100644
index 00000000..697e88ae
--- /dev/null
+++ b/doc_src/echo.txt
@@ -0,0 +1,16 @@
+\section echo echo - display a line of text
+
+\subsection echo-synopsis Synopsis
+ <tt>echo [STRING]</tt>
+
+\subsection echo-description Description
+
+Display a line of text.
+
+- \c -n, \c Do not output a newline
+- \c -s, \c Do not separate arguments with spaces
+- \c -h, \c --help Display this help
+
+\subsection echo-example Example
+
+<tt>echo 'Hello World'</tt> Print hello world to stdout