# generate csv from users list 
./scripts/getstatscsv.sh stats/z15/20150831/155501.* > scripts/20150831.csv

# get ids
cut -d\; -f1 ../stats/z15/20150801/155501.csv | sort -h > 155501.id
cut -d\; -f1 ../stats/z15/20150831/155501.csv | sort -h > 20150831.id

cut -d\; -f2 20150801.csv | sort -h > 20150801.id
cut -d\; -f2 20150831.csv | sort -h > 20150831.id

# id diff
diff 20150801.id 20150831.id | awk '/>/ {print $2}'

# get team names
egrep '^(2375|2855|2864|2900|2941);' stats/z15/20150831/155501.csv 

# get no vehicle ids
cut -d\; -f2,4 20150724.csv | grep '"-"' | sort -h > 20150724.id

# usefull information

# profile url using id:
http://zlombol.pl/index.php/pl/component/comprofiler/userprofile/ [id] .html

# PociskTeam #1 id=944
# PociskTeam #2 id=2876

http://zlombol.pl/index.php/pl/component/comprofiler/userprofile/1.html
