Answer the question
In order to leave comments, you need to log in
How to remove multiple given characters from all strings?
How to remove one character is known.
sed -i 's/\;//g' init.txt; # удаление всех точек с запятой
sed -i 's/\,//g' init.txt; # запятых
sed -i 's/\"//g' init.txt; # и кавычек
sed -i 's/\&//g' init.txt; # амперсанда
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question