How to replace a string in a file quickly from the command line


/ Published in: Perl
Save to your folder(s)



Copy this code and paste it in your HTML
  1. perl -p -i -e “s/text/replacement text/g" filename

Report this snippet


Comments


You need to login to view comments.