Add a backslash to specific lines per negative lookaround with sed or perl
On our productive Splunk environment we have over a hundred self developed use cases in a special app which we want to further export to clusters dedicated to other customers and the like. The savedsearches.conf is split in the default and local folders and we’d like to merge these beforehand via splunk btool --app=our_fancy_usecases savedsearches list > searches.conf
. The resulting config file will thus look like this:
delete all lines matching between two patterns in unix
delete all lines matching between two patterns in unix