Quickly Replace Text in Multiple Files with just One Command
Few of the time, we need to alter some particular text in multiple files, and opening and editing each file at a time is a killer. Here is a sweet simple command that uses the "Power of PERL" to make our life easier.
Command:-
perl -pi -w -e 's/faceb...
worldofhacker.com1 min read