Difference between revisions of "Xargs"

From wikieduonline
Jump to navigation Jump to search
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>
  
 +
 +
== See also ==
 +
* [[parallel]]
  
  
 
[[Category:Linux commands]]
 
[[Category:Linux commands]]

Revision as of 16:26, 4 January 2020

Advertising: