tor_multipath_voip/scripts/parse_lib.sh

8 lines
178 B
Bash
Raw Normal View History

2019-09-05 12:45:28 +00:00
get_xp() {
grep -rn "identifier=$1" ./out/*/info.txt|grep -Po "^./out/\w+"|grep -Po '\w+$$'|uniq
}
extract_us() {
grep -Po '\d+µs' ./out/$1-$2/res/*.csv | grep -Po '\d+'
}