Skip to content

Instantly share code, notes, and snippets.

@rendoaw
Created June 4, 2015 03:58
Show Gist options
  • Save rendoaw/d7028c264943f1c4ff09 to your computer and use it in GitHub Desktop.
Save rendoaw/d7028c264943f1c4ff09 to your computer and use it in GitHub Desktop.
Perl Oneliner example

for junos, it will remove the whole interface em0 section (multiline) from config file

perl -ni -e 'print unless /^    em0 {/ .. /^    }/' *.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment