Difference between revisions of "Map (command)"

From wikieduonline
Jump to navigation Jump to search
Line 7: Line 7:
  
 
  ls *.c | [[xargs -I]] % sh -c 'foo %; bar %;'
 
  ls *.c | [[xargs -I]] % sh -c 'foo %; bar %;'
 +
 +
ls *.c | awk '{ [[system]]("foo "$0"; bar "$0) }'
  
 
== Other terms ==
 
== Other terms ==

Revision as of 12:51, 25 January 2022

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

See also

Advertising: