Y
Hacker News
new
|
ask
|
show
|
jobs
by
CyMonk
376 days ago
> What if you put a colon in a file with colon separated fields?
This problem has been solved for thirty years.
https://en.wikipedia.org/wiki/Escape_character
1 comments
dale_glass
376 days ago
awk -F: will not recognize that
link