mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-26 02:52:51 +00:00
Update cheatsheets
This commit is contained in:
2
tldr/xe
2
tldr/xe
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user