Update cheatsheets

This commit is contained in:
ivuorinen
2025-11-17 00:21:04 +00:00
parent a3dc1769f5
commit 5e29c3e5bb
4 changed files with 32 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ source: https://github.com/tldr-pages/tldr.git
`su - {{username}} {{[-c|--command]}} "{{command}}"`
- Switch to a given user and use a specific shell (e.g., zsh, fish, bash):
- Switch to a given user and use a specific shell (e.g., Zsh, fish, Bash):
`su {{[-s|--shell]}} /{{path/to/shell}} {{username}}`