When开发者_C百科 I write #!/usr/bin/perl -w use strict; while( <DATA> ) { print \"\\n-------------------------\\n\\n\";
I have managed to put text in afile by separating them by blank lines. I am trying to keep only those paragraphs that have a particular string. Though the Sed FAQ mentions a solution it does not work