Difference between revisions of "Map (command)"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | <code>map</code> lines from <code>[[stdin]]</code> to commands. | + | <code>[[wikipedia:map]]</code> lines from <code>[[stdin]]</code> to commands. |
https://github.com/soveran/map/blob/master/README.md | https://github.com/soveran/map/blob/master/README.md |
Revision as of 06:02, 15 March 2022
wikipedia:map
lines from stdin
to commands.
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
- MapReduce
map
(Terraform) deprecated since Terraform v0.12 (May 2019). Usetomap
- find
- Python: built-in functions
See also
Advertising: