maciekzklanu
Programmer
- Dec 9, 2013
- 1
I have to write a AWK program, which write all raws without tabulators and spaces at the beginings of the raws.
here i have my inputs
1 -2 3 -5 2
0 10 -12 -2 3 1
and my outputs:
1 -2 3 -5 2
0 10 -12 -2 3 1
i don't know how to do that..!! please help!!
here i have my inputs
1 -2 3 -5 2
0 10 -12 -2 3 1
and my outputs:
1 -2 3 -5 2
0 10 -12 -2 3 1
i don't know how to do that..!! please help!!