map (command)

From wikieduonline
Revision as of 06:38, 15 March 2022 by Chmod15 (talk | contribs) (→‎Other terms)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

wikipedia:map lines from stdin to commands not package in Debian.

https://github.com/soveran/map/blob/master/README.md


ls *.c | xargs -I % sh -c 'foo %; bar %;'
ls *.c | awk '{ system("foo "$0"; bar "$0) }'

Other terms

See also

Advertising: