1.

Solve : striping or deleting lines in files?

Answer»

I am trying to strip LINES out of a FILE that doesn't not have temperatures in the lines. How is this done, or what is the COMMAND to do this?

Thank Youyou can use sed.

sed -E '//d' filename > filename1



Discussion

No Comment Found