mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 05:53:46 +00:00
Update cheatsheets
This commit is contained in:
@@ -15,3 +15,7 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
- Execute a command forever once every second:
|
||||
|
||||
`while :; do {{command}}; sleep 1; done`
|
||||
|
||||
- Execute a command until it returns a non-zero value:
|
||||
|
||||
`while {{command}}; do :; done`
|
||||
|
||||
Reference in New Issue
Block a user