Help for this page

Select Code to Download


  1. or download this
    export REX="/--Begin--/ && /--End--/"
    echo $REX
    /--Begin--/ && /--End--/
    
  2. or download this
    perl -00 -ne 'print if '$REX file.txt
    
  3. or download this
    perl -00 -ne 'print if /--Begin--/ && /--End--/' file.txt