Fuente: excelavanzado.com
Category: Manipulating text
The basic command syntax is as follows:
perl -pi -w -e ‘s/THIS/THAT/g;’ /path/to/files*.txt
Read the post here.
The basic command syntax is as follows:
perl -pi -w -e ‘s/THIS/THAT/g;’ /path/to/files*.txt
Read the post here.