The UNIX and Linux Forums  
Hello and Welcome from 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 12-10-2003
dmhonor914 dmhonor914 is offline
Registered User
  
 

Join Date: Dec 2003
Posts: 1
Bourne Shell Script

Hello,

I'm throwing this out there as a novice to the Unix world...I've
been working on a project that requires me to ouput (using the echo command) a list of names in a single column format, but the problem is the input is in row format followed by a blank space...If anyone could give me a little guidance, I would appreciate it...Thanks a bunch...

input file = m,stevens k,williams t,bone b,james l,carlton

desired output =

m,stevens
k,williams
t,bone
b,james
l,carlton