Removing leading 0 from third column – Debian
I'm trying to remove the first 0 from the third column in my CSV file tel.csv - test,01test,01234567890 test,01test,09876054321 I have been trying to use the following with no luck - cat tel.csv | sed 's/^0*//'