awk and date command

Lou Spironello lspironello at gmail.com
Wed Nov 21 18:36:00 UTC 2007


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 at yahoo.com> 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
>
>
>
>  ____________________________________________________________________________________
> Be a better pen pal.
> Text or chat with friends inside Yahoo! Mail. See how.
> http://overview.mail.yahoo.com/
>
> --
> fedora-list mailing list
> fedora-list at redhat.com
> To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://listman.redhat.com/archives/fedora-list/attachments/20071121/c455025d/attachment-0001.htm>


More information about the fedora-list mailing list