$: add PID example (#23540)

This commit is contained in:
Managor
2026-08-12 10:43:11 +08:00
committed by GitHub
parent 89c14b6913
commit 97bc7a9938
+2 -2
View File
@@ -11,9 +11,9 @@
`${{VARIABLE}}`
- Print the exit status of the previous command:
- Print the PID or the exit status of the previous command:
`echo $?`
`echo {{$!|$?}}`
- Print a random number between 0 and 32767: