Delete whitespace in each begin of line of file, using bash

后端 未结 5 1126
迷失自我
迷失自我 2020-12-29 08:22

How i can delete whitespace in each line of file, using bash For instance, file1.txt. Before:

  gg g
 gg g
t  ttt

after:

gg         


        
5条回答
提交回复
热议问题