xargs
Jump to navigation
Jump to search
Examples[edit]
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[edit]
See also[edit]
Advertising: