Re: Help with either bash or find...

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Todd Zullinger wrote:
I think something similar with xargs would work too:

find -name '*.mpc' -print0 | \
    xargs -0 -i mppdec "{}" "`echo {} | sed s/.mpc/.wav`"

No, because the section in backticks would be executed by the shell, before xargs.

xargs can't be used to run anything with shell substitution. It doesn't call system().

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list

[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux