![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Rules & FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Opt out selection | drhowarddrfine | Post Here to Contact Site Administrators and Moderators | 5 | 01-23-2008 10:20 PM |
| combining fields in two text fields | shocker | Shell Programming and Scripting | 3 | 01-16-2008 07:27 AM |
| tray selection | amit kul | UNIX for Advanced & Expert Users | 3 | 07-16-2007 05:31 AM |
| Array and Selection | ZINGARO | Shell Programming and Scripting | 4 | 07-15-2007 05:11 PM |
| Character selection script | Ypnos | Shell Programming and Scripting | 2 | 11-20-2003 09:08 AM |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
awk selection on fields
I want to have a search using the month and year to output numerical data.
The knowledge i have so far on the matter is: $awk '{print $1, $2, $3, $4 }' hits the result of this is: 123.45.6.7 NOV 2006 1805GMT now for me this code will print out the two colums i want but i need to figure out a way to create the search criteria for these columns. the search criteria needs to be the month and date and needs to be entered either numerically or with text. any ideas? |
| Forum Sponsor | ||
|
|