map (command)

From wikieduonline
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[edit]

See also[edit]

Advertising: