I'm very new to awk, Linux, UNIX... please help.
I'd like to know how to get nextmonday and next sunday
without using date option, 'next monday' or '3 sunday'.
I wrote a script which is to access UNIX(set sqlplus command) and run sql, create csv file. To create sql,
next monday and next sunday...
I'm very new to AWK, and not good at English.
It must be easy though I haven't solved it yet.
What I want to do is to add a column which is date,
now in %Y%m%d format. ex; 2003/01/07
$cat test.dat
a,b,c,100
a,c,e,100
b,a,c,100
a,b,c,100,2003/01/07
a,c,e,100,2003/01/07
b,a,c,100,2003/01/07
I...
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.