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`