mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 00:55:38 +02:00
Change 'ls' example for xargs page to 'find -name'
This commit is contained in:
parent
08d9c7f342
commit
0419ff65ec
1 changed files with 1 additions and 1 deletions
|
@ -12,4 +12,4 @@
|
|||
|
||||
- Delete all files that start with 'M':
|
||||
|
||||
`ls M* | xargs rm`
|
||||
`find -name 'M*' | xargs rm`
|
||||
|
|
Loading…
Add table
Reference in a new issue