Login
From:
learnbyexample
(Uncensored)
subscribe
CLI tip 29: define fields using FPAT in GNU awk
https://learnbyexample.github.io/tips/cli-tip-29/
links
backlinks
Roast topics
Find topics
Find it!
In awk, the FS variable allows you to define the input field separator. In contrast, FPAT (field pattern) allows you to define what should the fields be made up of.