Phil Carmody wrote:
> I needed to remove blank-line-separated chunks of code from a text 
> file if those chunks contained any lines which were 'too long'.
[...]
> If you think how little it does, it's got to be one-linerable, no?

Should do the trick:

  perl -00 -ne'/.{65535}/||print'

lg,
daniel

Reply via email to