
FishMonger
Veteran
Aug 8, 2011, 5:32 PM
Views: 1277
|
|
Re: [notorious] perl regular expression cannot be matched?
|
|
|
Since you're reading the data line-by-line, using the s option on the regex won't do anything useful. You would need to read in the data in chunks, not line-by-line. Please don't cat the file and pipe it, pass the file as an arg. Useless Use of cat http://partmaps.org/era/unix/award.html
(This post was edited by FishMonger on Aug 8, 2011, 5:33 PM)
|