I am trying to remove the numbers at the start of the line with the following command:
sed -i 's/^\d*\t//' sea_news_2020_corpus.txt
The line looks as follows:
809940 The sea will be moderate in the Arabian Gulf and slight to moderate in Oman.
Why does this not work? Tried it for a long time