Timeline for How to read an IP address backwards?
Current License: CC BY-SA 3.0
7 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| S May 31, 2014 at 14:06 | history | suggested | Peter Mortensen | CC BY-SA 3.0 | Copy edited. Removed historical information (ref. <http://meta.stackexchange.com/a/230693>). |
| May 31, 2014 at 13:47 | review | Suggested edits | |||
| S May 31, 2014 at 14:06 | |||||
| May 31, 2014 at 6:49 | history | edited | Stéphane Chazelas | CC BY-SA 3.0 | The last two were the same awk command. Shell quoting made no difference since . is not a special character in shells. Added another one using OFS. |
| May 30, 2014 at 22:16 | history | edited | Neven | CC BY-SA 3.0 | Expand answer |
| May 30, 2014 at 22:04 | vote | accept | Nidal | ||
| May 30, 2014 at 22:03 | comment | added | Mikel | If you want to save a few keystrokes, -F . should be equivalent to BEGIN{FS="."}. | |
| May 30, 2014 at 21:58 | history | answered | Neven | CC BY-SA 3.0 |