Link to home
Create AccountLog in
Avatar of rgb192
rgb192Flag for United States of America

asked on

delete the empty line

data looks like this: I do not have it in a database
data

more data
data

words

data

Open in new window


want this as output
data
more data
data
words
data

Open in new window


read in this file and delete the empty lines
and echo the file
ASKER CERTIFIED SOLUTION
Avatar of gr8gonzo
gr8gonzo
Flag of United States of America image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of rgb192

ASKER