mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 06:39:01 +08:00
Documentation/: Update the NSH user manual to include the echo -n option.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<tr align="center" bgcolor="#e4e4e4">
|
||||
<td>
|
||||
<h1><big><font color="#3c34ec"><i>NuttShell (NSH)</i></font></big></h1>
|
||||
<p>Last Updated: January 4, 2018</p>
|
||||
<p>Last Updated: January 10, 2018</p>
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
@@ -1599,13 +1599,16 @@ dirname <path>
|
||||
|
||||
<p><b>Command Syntax:</b></p>
|
||||
<ul><pre>
|
||||
echo [<string|$name> [<string|$name>...]]
|
||||
echo [-n] [<string|$name> [<string|$name>...]]
|
||||
</pre></ul>
|
||||
<p>
|
||||
<b>Synopsis</b>.
|
||||
Copy the sequence of strings and expanded environment variables to
|
||||
console output (or to a file if the output is re-directed).
|
||||
</p>
|
||||
<p>
|
||||
The <code>-n</code> option suppresses the trailing newline character.
|
||||
</p>
|
||||
|
||||
<table width ="100%">
|
||||
<tr bgcolor="#e4e4e4">
|
||||
|
||||
Reference in New Issue
Block a user