The UNIX and Linux Forums  

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



Thread: Line Splitting
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 11-29-2005
evoGage evoGage is offline
Registered User
 

Join Date: Nov 2005
Posts: 4
Line Splitting

Hi, I want to make a new line between for eg: 0102030405 to make it look like:

01
02
03
04
05

by using sed commands. I'm just wondering how would I do this?

p.s i'm new to this unix programming.
Reply With Quote
Forum Sponsor