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 12: | Line 12: | ||
echo "your text "| xargs -I {} [[osascript -e]] 'display notification "{}" sound name "submarine" | echo "your text "| xargs -I {} [[osascript -e]] 'display notification "{}" sound name "submarine" | ||
+ | -I replace_string | ||
+ | |||
== Related terms == | == Related terms == |
Revision as of 10:42, 3 September 2022
Examples
echo 8.8.8.8 | xargs -t -n1 geoiplookup
[1]
find | xargs -n1 xz -v
Concatenate lines:
echo "your text "| xargs -I {} osascript -e 'display notification "{}" sound name "submarine" -I replace_string
Related terms
See also
Advertising: