aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc_src/echo.txt
blob: 697e88aeccb0d4d25e87f4de6accf82cb07486b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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