The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Top Forums > Shell Programming and Scripting
.
google unix.com




Thread: Help with awk
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 08-19-2008
m_mouse m_mouse is offline
Registered User
  
 

Join Date: Nov 2007
Posts: 4
not working,
by the way the file can be appear as follows too:
/dev/vg1
/dev/blabla
/dev/vg01
/dev/blabla2
/dev/blabla3
/dev/blabla4

and it need to be composed as follows:
/dev/vg1:/dev/blabla
/dev/vg01:/dev/blabla2:/dev/blabla3:/dev/blabla4