The UNIX and Linux Forums  

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 08-25-2005
osymad's Avatar
osymad osymad is offline
Registered User
  
 

Join Date: Sep 2001
Location: Mexico City
Posts: 10
Remove blank lines

¿How can i remove blank lines between all lines in a long text file?

Example

WrongFile.txt :
Line 1

Line 2

Line 3

CorrectFile.txt :
Line 1
Line 2
Line 3


Thanks in advance