Skip to content
Snippets Groups Projects
show_ni 114 B
Newer Older
Jan Luehr's avatar
Jan Luehr committed
#!/bin/sh
for file in `ls data/| grep iperf-nonsdn`; do
echo $file
tail -n 2 data/$file/iperf.log | head -1 
done