![]() |
|
We don't bite newbies here... much | |
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
I think you can cut that down a bit.
perl -pe -i.bak 's!(img src=")(image\.gif")!$1/Images/$2!g' *.html (I haven't tested it, but I think it's okay.) In reply to Re: Re: (2) in-place edit, regex, one-liner (perl -i.bak -pe)
by chromatic
|
|