diff --git a/pages/common/xargs.md b/pages/common/xargs.md index 5a69220083..da7d48932b 100644 --- a/pages/common/xargs.md +++ b/pages/common/xargs.md @@ -12,4 +12,4 @@ - Delete all files that start with 'M': -`ls M* | xargs rm` +`find -name 'M*' | xargs rm`