![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to include code | ihot | Shell Programming and Scripting | 3 | 10-18-2007 06:46 PM |
| dhcp include | fredao | UNIX for Advanced & Expert Users | 1 | 12-14-2006 05:38 PM |
| About $include | sarwan | High Level Programming | 5 | 04-06-2006 10:33 AM |
| #include? | yongho | UNIX for Dummies Questions & Answers | 1 | 08-01-2005 03:55 PM |
| Include files | reddyb | High Level Programming | 3 | 06-27-2001 11:38 AM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How to include 'date' in my awk?
Hi,
I have problem in including date in side awk, my code as follows: performace=performace.txt reporttime=`date` cat $performace | grep "testString" | awk '{ if ($3 > 20 ){print $reporttime $1 $2 $3}}' >> $rpt $reporttime is not reflecting properly in my report file($rpt)? how to do this? I |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|