On Wed, 13 Jun 2018, Russell Senior wrote:

You probably want to look at substr().

  Thanks again, Russell. I now have a one-liner:
{ print substr($1,1,4)"-"substr($1,5,2)"-"substr($1,7,2), 
substr($2,1,2)":"substr($2,3,2), $4 }

That produces:

1988-10-01 00:30 0.75
1988-10-01 01:00 0.75
1988-10-01 01:30 0.75

Regards,

Rich
_______________________________________________
PLUG mailing list
PLUG@pdxlinux.org
http://lists.pdxlinux.org/mailman/listinfo/plug

Reply via email to