$: add $PS0 to examples (#15208)

This commit is contained in:
Managor
2024-12-19 19:55:36 +02:00
committed by GitHub
parent 40d11b4a43
commit 1f2bf8a162

View File

@@ -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: