is just that i am trying to use sed and awk in a file to get columns, but i only get the first element of the column, i checked with cat and less and i found that all lines at the end have the ^Mnull character, i dont know what difference does it have with the null character, i only know it shows ^Mnull.
8% |** | 978k 00:00:42 ETA^Mnull
10% |*** | 1229k 00:00:40 ETA^Mnull
How could i erase it in bash?
Thanks in advanced.