X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=convert.sh;fp=convert.sh;h=0e3fa95e1b5f0ae5704a9d31e3347a94dcaea181;hb=9bddd83c8483e7b2476ce4166daf5ff40c4622fb;hp=228f682a9b73815afb90c3d4be15a6e48e9e7ce4;hpb=009cc896a2d29adc7886a373f4b253318a998c18;p=are_we_minecraft_yet.git diff --git a/convert.sh b/convert.sh index 228f682..0e3fa95 100755 --- a/convert.sh +++ b/convert.sh @@ -1,3 +1,3 @@ #!/bin/bash # converts minecraft.csv to minecraft.txt -cut -d',' -f2 < minecraft.csv | tail -n +2 | sort > minecraft.txt +cut -d',' -f2 < minecraft.csv | tail -n +2 | sort | uniq > minecraft.txt