Fixing prune a bit.
This commit is contained in:
parent
571219c60e
commit
da20161c41
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue