Difference between revisions of "Xargs"
Jump to navigation
Jump to search
↑ https://unix.stackexchange.com/questions/300095/how-do-i-get-xargs-to-show-me-the-command-lines-its-generating-without-running
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
[[wikipedia:xargs]] | [[wikipedia:xargs]] | ||
+ | |||
+ | == Examples == | ||
<code>echo 8.8.8.8 | xargs -t -n1 [[geoiplookup]]</code><ref>https://unix.stackexchange.com/questions/300095/how-do-i-get-xargs-to-show-me-the-command-lines-its-generating-without-running</ref> | <code>echo 8.8.8.8 | xargs -t -n1 [[geoiplookup]]</code><ref>https://unix.stackexchange.com/questions/300095/how-do-i-get-xargs-to-show-me-the-command-lines-its-generating-without-running</ref> | ||
− | |||
[[find]] | xargs -n1 xz -v | [[find]] | xargs -n1 xz -v |
Revision as of 23:04, 30 November 2021
Examples
echo 8.8.8.8 | xargs -t -n1 geoiplookup
[1]
find | xargs -n1 xz -v
Concatenate lines:
Related terms
See also
Advertising: