Include path in find example in xargs page.

waldyrious/alt-syntax
TiredSounds 2016-02-05 20:48:05 +00:00
parent 0419ff65ec
commit c0c114e033
1 changed files with 1 additions and 1 deletions

View File

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