Bash: Redirecting Input from Multiple Files
October 17, 2008 (2:00:00 PM) - 1 year, 1 month ago
Share
a>
Print
Comments
Recently I needed to create a script that processed two input files. By processed I mean that the script needed to get a line from one file, then get a line from the second file, and then do something with them. Sounds easy enough, but it's not that easy unless you know about some of bash's extended redirection capabilities.