RemoveIgnoreTotal.sh
Go to the documentation of this file.
1 #!/bin/bash
2 
3 echo $PWD
4 
5 find $PWD -name "*.fcl" | xargs perl -wapi\~ -e 's&MemoryTracker:(\s*)\{\s*ignoreTotal\s*:\s*1\s*\}&MemoryTracker:$1\{ \}&;'
6 
7 exit 0
8