mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-17 07:00:35 +00:00
Update cheatsheets
This commit is contained in:
@@ -32,3 +32,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- Print the exit status of the last executed command (Note: In Windows Command Prompt and PowerShell the equivalent commands are `echo %errorlevel%` and `$lastexitcode` respectively):
|
||||
|
||||
`echo $?`
|
||||
|
||||
- Pass text to another program through `stdin`:
|
||||
|
||||
`echo "{{Hello World}}" | {{program}}`
|
||||
|
||||
Reference in New Issue
Block a user