Explorar o código

Fix up formatting and merge conflicts

Leandro Ostera %!s(int64=9) %!d(string=hai) anos
pai
achega
e1ea11d1ef
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      pages/common/xargs.md

+ 4 - 0
pages/common/xargs.md

@@ -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}}