Archive for January, 2010

advertise
contact
Understand Awk Variables with 3 Practical Examples
Hot:sun Understand Awk Variables with 3 Practical Examplessun dark Understand Awk Variables with 3 Practical Examplessun dark Understand Awk Variables with 3 Practical Examplessun dark Understand Awk Variables with 3 Practical Examplessun dark Understand Awk Variables with 3 Practical Examples

 Understand Awk Variables with 3 Practical Examples

Read the rest of this entry »

home

CBA0E3ABEB1A7038A3FD2A47BA03BC1B Understand Awk Variables with 3 Practical Examples

Technorati Tags: awk, Linux, programming

1 Comment

Quickly search and replace string with Regular expression in multiple files using perl
Hot:sun Quickly search and replace string with Regular expression in multiple files using perlsun dark Quickly search and replace string with Regular expression in multiple files using perlsun dark Quickly search and replace string with Regular expression in multiple files using perlsun dark Quickly search and replace string with Regular expression in multiple files using perlsun dark Quickly search and replace string with Regular expression in multiple files using perl

for i in *; do perl -p -w -e ‘s/a(.*)b.*/d$1e/g’  $i > temp/$i; done

Read the rest of this entry »

content

CBA0E3ABEB1A7038A3FD2A47BA03BC1B Quickly search and replace string with Regular expression in multiple files using perl

Technorati Tags: matching, multiple files, perl, RE, regular expression, replace

3 Comments

Back to top

<< Previous Entries

advertise
contact