The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 04-20-2009
Sepia Sepia is offline
Registered User
  
 

Join Date: Apr 2007
Location: England
Posts: 49
Question Find, Replace & Edit a string?

Is this something SED would be used for or can AWK do it?

I have a string that I would like to chop bits out of and re-arrange some of the rest.

Basically I want to change this:
Code:
<log4j:event logger="webserver" timestamp="1240110840109" time="Sun Apr 19 04:14:00 BST 2009" level="INFO" thread="webserverThread-0:0" schema="LMS">
to this:
Code:
14:00,19-04-2009
Thanks.

Last edited by Yogesh Sawant; 04-20-2009 at 09:47 AM.. Reason: added code tags