The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Special Forums > UNIX and Linux Applications
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 11-14-2007
prowla prowla is offline
Read Only
 

Join Date: Nov 2007
Posts: 165
If you want to collapse every three lines into one, you could try:
cat myfile | paste - - -
Reply With Quote