Explorar o código

Change 'ls' example for xargs page to 'find -name'

TiredSounds %!s(int64=9) %!d(string=hai) anos
pai
achega
0419ff65ec
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pages/common/xargs.md

+ 1 - 1
pages/common/xargs.md

@@ -12,4 +12,4 @@
 
 - Delete all files that start with 'M':
 
-`ls M* | xargs rm`
+`find -name 'M*' | xargs rm`