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