KAYWEB Blogs Flash Header
Web Design, Web Developer, Search Engine Optimisation
Blogs Related Pages Header

Blogs

AUG12
Shell script one-line find and replace

One line find and replace

find . -name '*.txt' -print0 |xargs -0 perl -pi -e 's/find/replace/g'

*.txt - files to find

find - pattern to find

replace - replace found pattern

Facebook   Twitter   Google   Technorati   Stumble Upon   Digg   Linked In  

Comments



Post A Comment

For security purposes, please copy the following characters into the textbox. Captcha