When I cat the file an example of the output format is:
ok: servername Mon May 23 00:00:00 EDT 2018
ok: servername Thu Jul 16 00:00:00 EDT 2019
I would like the format to be something like
ok: servername 05/23/2018
ok: servername 07/16/2019
I need to use the Linux bash shell to do it. If any one could help me I be very grateful.