Timeline for How to Execute Script Instead of Reading from File?
Current License: CC BY-SA 3.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Mar 23, 2017 at 10:01 | comment | added | Thomas Nyman |
This question has the signs of a XY problem. Can you provide an example or details that describe what problem this feature is supposed to solve? An alternative approach, and a common pattern in Unix & Linux would be to structure the script to read input from stdin, and use process substitution to direct output from a produced script to the stdin of the consumer script: consumer.sh <(producer.sh)
|
|
| Mar 23, 2017 at 9:50 | review | First posts | |||
| Mar 23, 2017 at 10:03 | |||||
| Mar 23, 2017 at 9:46 | answer | added | Chris Davies | timeline score: 2 | |
| Mar 23, 2017 at 9:39 | history | asked | Matti Wens | CC BY-SA 3.0 |