Dont mix xarg options with utility option, fixes example of
authorGlenn L McGrath <bug1@ihug.co.nz>
Fri, 3 Oct 2003 13:15:44 +0000 (13:15 -0000)
committerGlenn L McGrath <bug1@ihug.co.nz>
Fri, 3 Oct 2003 13:15:44 +0000 (13:15 -0000)
commit07cf92676ae70daab83d5aa248f24c003c07001d
tree3d0ecd1033fb776fc97dc4c65a6c31b699892ea4
parent1dc0ccafddf9b5f540008b7cabbf3ab1f4f53ee3
Dont mix xarg options with utility option, fixes example of
`echo "README" | xargs ls -al`
Dont specify a path for the default behaviour of echo
args allocated space for an extra ptr
Use defines for the different options
findutils/xargs.c