I have an input file that looks like this:
DFT000000018500 Fix LoggingServer script The LoggingServer script in
to not look for classes LoggingServer/scripts
by default has been set up so that its
... ...
DFT000000018501 ...
I want to add HTML format so that it looks like this:
<a href="http://remedy.pegs.com/arsys/servlet/ViewFormServlet?server=arcluster...
22DFT000000018500%22">DFT000000018500</a> Fix LoggingServer script
The LoggingServer script in
to not look for classes LoggingServer/scripts
by default has been set up so that its
... ...
href="http://remedy.pegs.com/arsys/servlet/ViewFormServlet?server=arcluster...
22DFT000000018500%22">DFT000000018501</a> ...
Is there a way to accomplish this using sed or awk, or is perl the
only way?