Timeline for How do you read STDOUT into variables in bash?
Current License: CC BY-SA 4.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jul 22, 2020 at 18:52 | history | edited | glenn jackman | CC BY-SA 4.0 | added 1 character in body |
| Jul 22, 2020 at 14:43 | history | edited | glenn jackman | CC BY-SA 4.0 | added 15 characters in body |
| Jul 22, 2020 at 9:07 | comment | added | TooTea | This only works in locales that use a period as the decimal separator (which seems to be OP's case). Setting LC_NUMERIC=C would take care of other locales. | |
| Jul 21, 2020 at 20:51 | comment | added | John1024 | This works too. | |
| Jul 21, 2020 at 20:47 | history | answered | glenn jackman | CC BY-SA 4.0 |