Merge pull request #760 from TiredSounds/fix_xargs_find
Change 'ls' example for xargs page to 'find -name'
This commit is contained in:
@@ -12,4 +12,4 @@
|
|||||||
|
|
||||||
- Delete all files that start with 'M':
|
- Delete all files that start with 'M':
|
||||||
|
|
||||||
`ls M* | xargs rm`
|
`find . -name 'M*' | xargs rm`
|
||||||
|
Reference in New Issue
Block a user