Timeline for awk sed if statement
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 22, 2017 at 6:52 | comment | added | Alex Stragies | Whenever I have Slashes in my patterns, but no Pipes: s|\.|/|g. Otherwise, as noted above: Nice catch, +1 | |
| Apr 21, 2017 at 19:17 | history | edited | bmb | CC BY-SA 3.0 | added 104 characters in body |
| Apr 21, 2017 at 19:16 | comment | added | Kusalananda♦ | Nice catch! Even more compact (GNU date and Bash): date -f <(tr '.' '/' <dates.in) '+%m.%d.%Y %T' | |
| Apr 21, 2017 at 19:10 | review | First posts | |||
| Apr 21, 2017 at 19:16 | |||||
| Apr 21, 2017 at 19:10 | history | answered | bmb | CC BY-SA 3.0 |