How can I specify two commands for xargs 

> How can I specify two (or more) commands for xargs. E.g.:
> How can i make the two echo both work for the following command:
> ls | xargs -i echo {}\; echo {} {}
ls | xargs -i sh -c 'echo {};echo {} {}'

Dave

documented on: 1999.09.17 Fri 13:38:17