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
Tags: Mobile web edit, Mobile edit |
|||
Line 1: | Line 1: | ||
<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> | ||
+ | |||
+ | == Related terms == | ||
+ | * [[map]] https://github.com/soveran/map/blob/master/README.md | ||
+ | |||
Revision as of 03:10, 27 May 2020
echo 8.8.8.8 | xargs -t -n1 geoiplookup
[1]
Related terms
See also
Advertising: