mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-09-10 13:13:52 +02:00
Include path in find example in xargs page.
This commit is contained in:
parent
0419ff65ec
commit
c0c114e033
1 changed files with 1 additions and 1 deletions
|
@ -12,4 +12,4 @@
|
|||
|
||||
- Delete all files that start with 'M':
|
||||
|
||||
`find -name 'M*' | xargs rm`
|
||||
`find . -name 'M*' | xargs rm`
|
||||
|
|
Loading…
Add table
Reference in a new issue