Answers

Question and Answer:

  Home  Data Stage

⟩ How to remove blank spaces from data?

By using the following command you can remove blank lines from unix file:

$ sed 's/ *//g' sample

 152 views

More Questions for you: