mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:04:56 +02:00
Merge pull request #760 from TiredSounds/fix_xargs_find
Change 'ls' example for xargs page to 'find -name'
This commit is contained in:
commit
50e21bec18
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