We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5973fe3 commit be3c93dCopy full SHA for be3c93d
pages/common/!.md
@@ -19,7 +19,7 @@
19
20
`!{{string}}`
21
22
-- Substitute with the arguments of the latest command:
+- Substitute with all of the arguments of the latest command:
23
24
`{{command}} !*`
25
pages/common/$.md
@@ -23,7 +23,7 @@
`echo ${{PS0|PS1|PS2|PS3|PS4}}`
26
-- Expand with the output of `command` and run it. Same as enclosing `command` in backtics:
+- Expand with the output of `command` and run it. Same as enclosing `command` in backticks:
27
28
`$({{command}})`
29
0 commit comments