Fixing prune a bit.

This commit is contained in:
Dessalines 2018-11-15 18:22:14 -07:00
parent 571219c60e
commit da20161c41
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ sed -i '1d' $torrents_csv
# Remove dups
sort -u -t';' -k1,1 -o $torrents_csv $torrents_csv
sort -u -t';' -k2,2 -o $torrents_csv $torrents_csv
sort -u -t';' -k2,2 -k3,3 -o $torrents_csv $torrents_csv
# Sort by seeders desc
sort --field-separator=';' --key=5 -nr -o $torrents_csv $torrents_csv