]> git.lizzy.rs Git - are_we_minecraft_yet.git/blob - convert.sh
convert.sh: add uniq
[are_we_minecraft_yet.git] / convert.sh
1 #!/bin/bash
2 # converts minecraft.csv to minecraft.txt
3 cut -d',' -f2 < minecraft.csv | tail -n +2 | sort | uniq > minecraft.txt