Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. umi6kg

    AWK Date How to get next monday

    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...
  2. umi6kg

    AWK script - How to add a date format column

    It worked, thank you! Suzy
  3. umi6kg

    AWK script - How to add a date format column

    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...

Part and Inventory Search

Back
Top