mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 04:37:22 +00:00
Base: Mention -n option in echo(1) manpage
This commit is contained in:
parent
4896005fb2
commit
1002236715
Notes:
sideshowbarker
2024-07-18 22:06:24 +09:00
Author: https://github.com/linusg
Commit: 1002236715
Pull-request: https://github.com/SerenityOS/serenity/pull/5427
1 changed files with 5 additions and 1 deletions
|
@ -5,7 +5,7 @@ echo - print the given text
|
|||
## Synopsis
|
||||
|
||||
```**sh
|
||||
$ echo text...
|
||||
$ echo [-n] text...
|
||||
```
|
||||
|
||||
## Description
|
||||
|
@ -13,6 +13,10 @@ $ echo text...
|
|||
Print the given *text*, which is passed as argv, to the standard output,
|
||||
separating arguments with a space character.
|
||||
|
||||
## Options
|
||||
|
||||
* `-n`: Do not output a trailing newline
|
||||
|
||||
## Examples
|
||||
|
||||
```sh
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue