diff --git a/pages/common/xargs.md b/pages/common/xargs.md index 5a69220083..f0f4643d4d 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`