1
0
Fork 0
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:
TiredSounds 2016-02-05 20:48:05 +00:00
parent 0419ff65ec
commit c0c114e033

View file

@ -12,4 +12,4 @@
- Delete all files that start with 'M':
`find -name 'M*' | xargs rm`
`find . -name 'M*' | xargs rm`