The UNIX and Linux Forums
>
Top Forums
>
UNIX for Dummies Questions & Answers
Remove blank lines
.
User Name
Remember Me?
Password
google unix.com
Forums
Register
Forum Rules
Links
Albums
FAQ
Members List
Calendar
Search
Today's Posts
Mark Forums Read
Thread
:
Remove blank lines
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
08-25-2005
jingi1234
Registered User
Join Date: Mar 2005
Posts: 48
grep -v '^$' file_name > file_name.$$
mv file_name.$$ file_name
Hope this helps,
Jingi
jingi1234
View Public Profile
Find all posts by jingi1234
Find jingi1234's past nominations received
Find jingi1234's present nominations given