Timeline for cat file in for loop keeping format of data on 1 line once in loop
Current License: CC BY-SA 4.0
9 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 22, 2019 at 13:58 | vote | accept | Christopher Karsten | ||
| Jul 19, 2019 at 10:32 | comment | added | JJoao |
perhaps while read i; do echo "$i"; done < indexes.out
|
|
| Jul 19, 2019 at 10:16 | history | edited | Christopher Karsten | CC BY-SA 4.0 |
edited title
|
| Jul 19, 2019 at 10:14 | comment | added | Kusalananda♦ | Let us know what it is that you'd want to do with the data rather than trying to solve a partial problem that will not be helpful in the long run. | |
| Jul 19, 2019 at 10:13 | history | edited | Christopher Karsten | CC BY-SA 4.0 |
added 94 characters in body
|
| Jul 19, 2019 at 8:37 | answer | added | Christopher Karsten | timeline score: -2 | |
| Jul 19, 2019 at 8:36 | answer | added | pLumo | timeline score: 0 | |
| Jul 19, 2019 at 8:30 | comment | added | pLumo |
Why not use awk directly instead of the loop?
|
|
| Jul 19, 2019 at 8:27 | history | asked | Christopher Karsten | CC BY-SA 4.0 |