Timeline for run multiple values from a file on a single command one after another
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Feb 21, 2017 at 6:10 | comment | added | amisax | instead of < use cat and pipe . cat example.txt | xargs -n 1 -t ./test.sh -f will run through all lines | |
| Feb 20, 2017 at 23:20 | comment | added | Rakesh Sharma | what is the error ? | |
| Feb 20, 2017 at 23:13 | comment | added | Danny | it breaks after the first execution | |
| Feb 20, 2017 at 23:03 | review | Low quality posts | |||
| Feb 20, 2017 at 23:48 | |||||
| Feb 20, 2017 at 22:46 | history | answered | Rakesh Sharma | CC BY-SA 3.0 |