aboutsummaryrefslogtreecommitdiff
path: root/convert.sh
diff options
context:
space:
mode:
Diffstat (limited to 'convert.sh')
-rwxr-xr-xconvert.sh2
1 files changed, 1 insertions, 1 deletions
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