Posted by: mrbikash March 23, 2009
 Login in to Rate this Post:     
0 
 
       ?  
 
   
   
 
|   #!/bin/sed -nf  H #defining a pattern space to hold something $ { #go through all the lines in file, try putting values 4..it will parse through 4 lines only etc x #swap pattern and hold space s/\n//g #search new line character and replace with nothing, ie remove new line character p #print pattern space } hope this works brother what u do n where u works  i mdoing kick start help me bikashbha@yahoo.com  | 
