Answers

Question and Answer:

  Home  Perl Programming

⟩ How do I replace every <TAB> character in a file with a comma?

perl -pi.bak -e 's/t/,/g' myfile.txt

 198 views

More Questions for you: