Re: awk and date command

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



ann kok wrote:
Thank you

but i don't know how to put the hostname in awk
program

eg: my program is "program.awk

awk -f program.awk file.txt

Thank you again

BEGIN { RS = "\n" ; FS = "|" }

 {
print "Name:", $9
print "Created: `date`"
print "from: `hostname`"
print ""
}


--- Lou Spironello <lspironello@xxxxxxxxx> wrote:

Hope this helps.

echo "test" | awk -v mydate=`date +%Y%m%d` '{printf
"standard input is
%s\nmy variable value is %s\n",$1,mydate}'

:-)


Regards,
Lou

On Nov 21, 2007 12:22 PM, ann kok
<annkok2001@xxxxxxxxx> wrote:

Hi all

how can I print date in this date format? 20071122

Can command "date, hostname" run in awk program
itself?

program.awk

    BEGIN { RS = "\n" ; FS = "|" }

    {
          print "Name:", $9
          print "Created: `date`"
          print "from: `hostname`"
          print ""
    }

Thank you

awk doesn't seem to do backticks. try this:
[summer@potoroo ~]$ echo | awk "{print \"`hostname`\"}"
potoroo.demo.lan
[summer@potoroo ~]$





--

Cheers
John

-- spambait
1aaaaaaa@xxxxxxxxxxxxxxxx  Z1aaaaaaa@xxxxxxxxxxxxxxxx
-- Advice
http://webfoot.com/advice/email.top.php
http://www.catb.org/~esr/faqs/smart-questions.html
http://support.microsoft.com/kb/555375

Please do not reply off-list

--
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux