mirror of https://github.com/CrimsonTome/tldr.git
Fix up formatting and merge conflicts
commit
e1ea11d1ef
|
@ -13,3 +13,7 @@
|
||||||
- Delete all files that start with 'M':
|
- Delete all files that start with 'M':
|
||||||
|
|
||||||
`find . -name 'M*' | xargs rm`
|
`find . -name 'M*' | xargs rm`
|
||||||
|
|
||||||
|
- Inserting arguments at chosen position:
|
||||||
|
|
||||||
|
`{{arguments}} | xargs -I piped_arguments {{command}} piped_arguments {{rest_of_arguments}}
|
||||||
|
|
Loading…
Reference in New Issue