Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-23 00:19:46 +00:00
parent 0cc7cfe867
commit 058ce19122
64 changed files with 437 additions and 86 deletions

View File

@@ -23,7 +23,7 @@ b' | xe -N{{2}} -s 'echo $2 $1'`
- Delete all files with a `.backup` extension:
`find . -name {{'*.backup'}} | xe rm -v`
`find . -name '{{*.backup}}' | xe rm -v`
- Run up to `max-jobs` processes in parallel; the default is 1. If `max-jobs` is 0, xe will run as many processes as cpu cores: