Posts tagged as:

scripting

Perl : search and replaced

There are many times when we need to search and replace certain words from files. Doing it manually will be very time consuming. One way to do it is using VI ( my favorite editor !) search n’ replace.
The better option is using perl command line search and replace option. The syntax is the following.
# [...]

Read the full article →