Update cheatsheets

This commit is contained in:
ivuorinen
2025-03-29 00:18:23 +00:00
parent a3692d638b
commit 75f807d6af
175 changed files with 1107 additions and 775 deletions

View File

@@ -19,12 +19,12 @@ source: https://github.com/tldr-pages/tldr.git
- Run a program creating a new process:
`setsid --fork {{program}}`
`setsid {{[-f|--fork]}} {{program}}`
- Return the exit code of a program as the exit code of setsid when the program exits:
`setsid --wait {{program}}`
`setsid {{[-w|--wait]}} {{program}}`
- Run a program in a new session setting the current terminal as the controlling terminal:
`setsid --ctty {{program}}`
`setsid {{[-c|--ctty]}} {{program}}`