I Tray with FS and RS trying to separete in fields o records based on the delimiter.
also I reed the faq about awk and the way must use match or gensub for this kind of work.
for example, suposse ini delimiter X and end delimiter F
echo foo foo foo XabF foo foo foo foo XbcF foo foo | gawk '{...
for a text file, i want to extract the strings between two delimiters.
for example, init delimiter <, end delimiter >
I need to find and print each string (normaly more than one per line) between this delimiters in each line of the file.
I suppose this must be simple, but I suppose that I'm...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.