Timeline for Parsing only lines that have 9 periods
Current License: CC BY-SA 3.0
5 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Nov 29, 2017 at 20:16 | history | edited | John1024 | CC BY-SA 3.0 |
added 401 characters in body
|
| Nov 29, 2017 at 20:06 | comment | added | John1024 | @JeffSchaller Yes, excellent. (I had too look up in the docs to verify that, when FS is not treated as a regex when it is a single character.) | |
| Nov 29, 2017 at 20:05 | history | edited | John1024 | CC BY-SA 3.0 |
added 228 characters in body
|
| Nov 29, 2017 at 20:01 | comment | added | Jeff Schaller♦ |
how about awk -F. NF==10 ?
|
|
| Nov 29, 2017 at 19:58 | history | answered | John1024 | CC BY-SA 3.0 |