Skip to main content

Timeline for Sum the numbers on standard in

Current License: CC BY-SA 3.0

5 events
when toggle format what by license comment
Jun 17, 2020 at 9:04 history edited CommunityBot
Commonmark migration
Mar 26, 2017 at 20:03 comment added user9206 I am always happy to see a pure bash solution.
Mar 25, 2017 at 21:35 comment added Digital Trauma @seshoumara It appears that read discards final trailing newlines, even though the line delimiter is overridden to _. This is perhaps a caveat of read, but it works well for this situation.
Mar 25, 2017 at 7:48 comment added seshoumara +1 Very nice. Is the trailing newline of a input file read as well? I ask because if it is replaced by '+', the $[] section will error due to a trailing '+'.
Mar 25, 2017 at 1:10 history answered Digital Trauma CC BY-SA 3.0