Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
larsoft
bin
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
Generated by
1.8.11