Perl Find and Replace One Liner

Posted on the January 20th, 2010 under HOWTOs, Sys Admin by jglemza

I’m constantly needing a way to easily change a line in a bunch of configuration files. I thought I’d share the way I do it here.

perl -p -i -e 's/oldstring/newstring/g' *

This allows you to use a regular expression and perform the find and replace.

Bookmark and Share

Caribbean Cruise 2009

Posted on the October 21st, 2009 under Personal, Photography by jglemza


Bookmark and Share

Lake Michigan Motorcycle Trip Pictures

Posted on the August 6th, 2009 under Personal, Photography by jglemza

Here’s the few shots that were taken while Dad and I were out touring Lake Michigan.


Bookmark and Share