mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 00:35:32 +02:00
Fix up formatting and merge conflicts
This commit is contained in:
commit
e1ea11d1ef
1 changed files with 4 additions and 0 deletions
|
@ -13,3 +13,7 @@
|
|||
- Delete all files that start with 'M':
|
||||
|
||||
`find . -name 'M*' | xargs rm`
|
||||
|
||||
- Inserting arguments at chosen position:
|
||||
|
||||
`{{arguments}} | xargs -I piped_arguments {{command}} piped_arguments {{rest_of_arguments}}
|
||||
|
|
Loading…
Add table
Reference in a new issue