X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a8cd62135619ad52e05ae1c929ef07e166e4260..b50d67c58f139517db1b4b5942f47f9847792580:/tools/fix-paje-trace.sh diff --git a/tools/fix-paje-trace.sh b/tools/fix-paje-trace.sh index cb743ce069..211a727498 100755 --- a/tools/fix-paje-trace.sh +++ b/tools/fix-paje-trace.sh @@ -1,5 +1,11 @@ #!/bin/bash +# Copyright (c) 2010, 2014. The SimGrid Team. +# All rights reserved. + +# This program is free software; you can redistribute it and/or modify it +# under the terms of the license (GNU LGPL) which comes with this package. + if [ -z $1 ] then echo "Usage: $0 {X.trace}" @@ -20,7 +26,7 @@ do GREP="/^$i /d; $GREP" GREP2="-e '^$i ' $GREP2" done -GREP="/^%\ /d; /^%E/d; $GREP" +GREP="/^%\ /d; /^% /d; /^%E/d; $GREP" cat $TRACE | eval grep $GREP2 > types /bin/sed -e "$GREP" $TRACE > events