Timeline for Two field separators (colon and space) in awk
Current License: CC BY-SA 4.0
12 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 29, 2019 at 2:18 | comment | added | Swapnil Dhule | Thanks ArielCo, much appreciated! | |
| Apr 27, 2019 at 14:06 | comment | added | arielCo | In addition to Yeti's answer, remember that the shell splits by unquoted whitespace to create the list of arguments to awk, so instead of -F[ :] (one arg) it got -F[: and ]. This chart is quite handy (note the vertical arrows for single/double quotes). | |
| Apr 26, 2019 at 18:00 | history | tweeted | twitter.com/StackUnix/status/1121836486184382466 | ||
| S Apr 26, 2019 at 17:32 | history | edited | Jeff Schaller♦ | CC BY-SA 4.0 | really the question is just about awk's feature/syntax |
| S Apr 26, 2019 at 17:32 | history | suggested | Mutantoe | Add text-processing tag. | |
| Apr 26, 2019 at 17:21 | review | Suggested edits | |||
| S Apr 26, 2019 at 17:32 | |||||
| Apr 26, 2019 at 11:43 | history | became hot network question | |||
| Apr 26, 2019 at 11:36 | vote | accept | Swapnil Dhule | ||
| Apr 26, 2019 at 11:26 | answer | added | user62916 | timeline score: 20 | |
| Apr 26, 2019 at 11:25 | history | edited | Swapnil Dhule | CC BY-SA 4.0 | deleted 12 characters in body |
| Apr 26, 2019 at 11:23 | history | edited | Rui F Ribeiro | CC BY-SA 4.0 | deleted 27 characters in body |
| Apr 26, 2019 at 11:21 | history | asked | Swapnil Dhule | CC BY-SA 4.0 |