Update cheatsheets

This commit is contained in:
ivuorinen
2025-07-26 00:21:07 +00:00
parent 46995545d6
commit 5dd0e05729
145 changed files with 351 additions and 275 deletions

View File

@@ -20,9 +20,9 @@ source: https://github.com/tldr-pages/tldr.git
`inotifywait {{[-m|--monitor]}} {{[-r|--recursive]}} {{path/to/directory}}`
- Watch a directory for changes, excluding files, whose names match a regular expression:
- Watch a directory for changes, excluding files, whose names match a `regex`:
`inotifywait {{[-m|--monitor]}} {{[-r|--recursive]}} --exclude "{{regular_expression}}" {{path/to/directory}}`
`inotifywait {{[-m|--monitor]}} {{[-r|--recursive]}} --exclude "{{regex}}" {{path/to/directory}}`
- Watch a file for changes, exiting when no event occurs for 30 seconds: