Author Archive
Linux scripts - Saturday, June 7, 2008 11:34 - 0 Comments
Perl search and replace from command line
This is a simple way to do a perl search and replace for multiple files from the Linux command line.
perl -pi -e ’s/word to replace/replace with this word/g’ ./*.*
Article written by MyComputerAid.com
- add outlook icon to desktop
- Exchange active directory connector
- Save or copy Outlook address auto complete cache
- Good password security policy
- Dell Laptop loses network connection or deactivated
- Howto use public route servers for BGP ping and traceroute
- Crontab howto crash course
- Change exchange POP3 connector download interval
- Simple linux FTP backup script