I'm trying to pass the current date into an AWK95 program in a Windows based environment and when I try to put it into the command line as a variable it is failing.
Is there a way to get current date/time into a AWK95 program?
Thank you............Larry
I found the thread above from joelewis1910 and response from fpmurphy regarding special foreign characters however am not not clear on how this should work to replace characters of one language with another.
Need to be able to convert French "e" (containing an accent mark over the letter) to an...
I put this into my program but it gives me an error:
gsub(\+, " ", rectyp)
and also tried
gsub("\+", " ", rectyp)
All I'm trying to do is replace the plus sign with a space
I'm trying to substitute a plus sign (+) with another character but I can't seem to get it to work using GSUB. I am using the AWK95 version of AWK......thank you
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.