mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 20:47:45 +00:00
Base: Mention -n option in echo(1) manpage
This commit is contained in:
parent
4896005fb2
commit
1002236715
1 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,7 @@ echo - print the given text
|
||||||
## Synopsis
|
## Synopsis
|
||||||
|
|
||||||
```**sh
|
```**sh
|
||||||
$ echo text...
|
$ echo [-n] text...
|
||||||
```
|
```
|
||||||
|
|
||||||
## Description
|
## Description
|
||||||
|
@ -13,6 +13,10 @@ $ echo text...
|
||||||
Print the given *text*, which is passed as argv, to the standard output,
|
Print the given *text*, which is passed as argv, to the standard output,
|
||||||
separating arguments with a space character.
|
separating arguments with a space character.
|
||||||
|
|
||||||
|
## Options
|
||||||
|
|
||||||
|
* `-n`: Do not output a trailing newline
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue