mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
$: add $PS0 to examples (#15208)
This commit is contained in:
parent
40d11b4a43
commit
1f2bf8a162
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
- Print one of the prompt strings:
|
||||
|
||||
`echo ${{PS1|PS2|PS3|PS4}}`
|
||||
`echo ${{PS0|PS1|PS2|PS3|PS4}}`
|
||||
|
||||
- Expand with the output of `command` and run it. Same as enclosing `command` in backtics:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue