Skip to content
Snippets Groups Projects
Commit d538a622 authored by Scott Snyder's avatar Scott Snyder Committed by Adam Edward Barton
Browse files

AthenaPoolExampleAlgorithms: Don't use egrep.

AthenaPoolExampleAlgorithms: Don't use egrep.

The egrep command is diagnosed as deprecated as of grep 3.8.
parent 09efe7d2
No related branches found
No related tags found
6 merge requests!66406ZDC & ZDC LED monitoring updates,!66102ZDC & RPD monitoring update,!65937Draft: Updated post-processing and plotting scripts for 2023 data in ZLumi_Scripts directory,!65537ZDC - Fix problem with swapping of low and high gain data,!64876AthenaPoolExampleAlgorithms: Don't use egrep.,!64732Add hypo for time-significance based selection of HLT jets
......@@ -28,5 +28,5 @@ PP="$PP|ReadData INFO CollectionMetadata, key = UnixTimestamp, value
PP="$PP|^$"
PP="$PP|Fd:"
@toExecute@ | sed -e "$II"| egrep -v "$PP"
@toExecute@ | sed -e "$II"| grep -vE "$PP"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment