Deltik

superuser.se :: 1462081 :: outfile parser

Jul 22nd, 2019
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.33 KB | None | 0 0
  1. find -maxdepth 1 -name '*.out' | xargs -n1 -I{} bash -c 'AUTHOR=$(basename "{}" .out) ; echo -e "$AUTHOR\n$(grep ^real "{}" | awk "{print \$NF}" | sed -e "s/m/*60+/g" -e "s/s$//" | bc | PERLLIB=$PWD/st/lib/ perl ./st/script/st --count --min --q1 --median --q3 --max --mean --stddev)\n"'
  2.  
  3. # External dependency: https://github.com/nferraz/st
Add Comment
Please, Sign In to add comment