what is -p in perl
Posted
by user136104
on Stack Overflow
See other posts from Stack Overflow
or by user136104
Published on 2010-03-19T11:50:11Z
Indexed on
2010/03/19
11:51 UTC
Read the original article
Hit count: 185
perl
perl -p -i.bak -e 's/search_str/replace_str/g' filename
here what is -p -i.bak /s and /g
© Stack Overflow or respective owner