How to remove blank spaces from data?

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

$ sed 's/ *//g' sample
Submitted by: Administrator

Read Online Data Stage Job Interview Questions And Answers