[OE-core] [PATCH] glibc: improve reproducibility with multilib

Bystricky, Juro juro.bystricky at intel.com
Tue Feb 6 18:30:03 UTC 2018


> This “| xargs” at the end seems redundant. xargs what? xargs is used to run a command on each word of > the input..

It forces the words into one line:

$ echo "zebra fox elephant elephant lion wolf fox " | xargs -n1 | sort -u | xargs
elephant fox lion wolf zebra

$echo "zebra fox elephant elephant lion wolf fox " | xargs -n1 | sort -u
elephant
fox
lion
wolf
zebra


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openembedded.org/pipermail/openembedded-core/attachments/20180206/fe76b766/attachment-0002.html>


More information about the Openembedded-core mailing list