Timeline for Count occurrences of an integer
Current License: CC BY-SA 3.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Jun 17, 2020 at 9:04 | history | edited | CommunityBot | Commonmark migration | |
| Feb 10, 2014 at 17:22 | comment | added | user15259 | @devnull - thank you, and can also get rid of xargs and wc - and it also runs much faster! | |
| Feb 10, 2014 at 17:21 | history | edited | user15259 | CC BY-SA 3.0 | Using seq, getting rid of xargs! |
| Feb 10, 2014 at 16:21 | comment | added | devnull | Why use echo when you could use seq and reduce the length by 4 characters? (1 for length of command, 2 for being able to omit curly braces and 1 for replacing .. with a single space) | |
| Feb 10, 2014 at 15:34 | history | edited | user15259 | CC BY-SA 3.0 | Note regarding test case. |
| Feb 10, 2014 at 15:28 | history | edited | user15259 | CC BY-SA 3.0 | Removed space between `n` and `1` of `xargs`. |
| Feb 10, 2014 at 14:53 | comment | added | Obl Tobl | nice and clear one! | |
| Feb 10, 2014 at 14:40 | history | answered | user15259 | CC BY-SA 3.0 |