The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #4 (permalink)  
Old 09-04-2007
msubbums msubbums is offline
Registered User
 

Join Date: Feb 2006
Posts: 7
Smile use perl

by perl u can do the following

perl -pi -e 's/::/:/g' <filename>

This replaces ur '::' to ':' in the file directly.
Reply With Quote