mirror of https://github.com/CrimsonTome/tldr.git
Change 'ls' example for xargs page to 'find -name'
parent
08d9c7f342
commit
0419ff65ec
|
@ -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`
|
||||||
|
|
Loading…
Reference in New Issue