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

waldyrious/alt-syntax
TiredSounds 2016-02-04 21:59:35 +00:00
parent 08d9c7f342
commit 0419ff65ec
1 changed files with 1 additions and 1 deletions

View File

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