How can I run a program in bash in such a way that first it receives some input from a file, and then, as the file ends, it will receive input from terminal?
|
feedback
|
| |||
|
feedback
|
|
How can I run a program in bash in such a way that first it receives some input from a file, and then, as the file ends, it will receive input from terminal?
| |||
|
feedback
|
| |||
|
feedback
|
somecommand <<< "someinput"? – Septagram Nov 8 '11 at 18:57