diff options
author | Lizzy Fleckenstein <eliasfleckenstein@web.de> | 2023-04-21 23:21:44 +0200 |
---|---|---|
committer | Lizzy Fleckenstein <eliasfleckenstein@web.de> | 2023-04-21 23:22:15 +0200 |
commit | 9bddd83c8483e7b2476ce4166daf5ff40c4622fb (patch) | |
tree | 4d3aa5d83e01fa3cbb6d7b1ec548802aa7f1fb23 /convert.sh | |
parent | 009cc896a2d29adc7886a373f4b253318a998c18 (diff) | |
download | are_we_minecraft_yet-9bddd83c8483e7b2476ce4166daf5ff40c4622fb.tar.xz |
Diffstat (limited to 'convert.sh')
-rwxr-xr-x | convert.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |