diff --git a/pages/common/xargs.md b/pages/common/xargs.md index 62058e3a75..c8e0506829 100644 --- a/pages/common/xargs.md +++ b/pages/common/xargs.md @@ -14,6 +14,6 @@ `find . -name 'M*' | xargs rm` -- Inserting arguments at chosen position: +- Insert arguments at chosen position: -`{{arguments}} | xargs -I piped_arguments {{command}} piped_arguments {{rest_of_arguments}} +`{{arguments}} | xargs -I piped_arguments {{command}} piped_arguments {{rest_of_arguments}}`