How do I replace every character in a file with a comma in perl?-Perl faqs

How do I replace every character in a file with a comma in perl?-Perl faqs
perl -pi.bak -e 's/\t/,/g' myfile.txt

No comments:

Post a Comment

comment on this post

Note: Only a member of this blog may post a comment.