Removing name duplicates
This commit is contained in:
parent
b34953b15d
commit
571219c60e
|
@ -15,6 +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 by seeders desc
|
||||
sort --field-separator=';' --key=5 -nr -o $torrents_csv $torrents_csv
|
||||
|
|
Loading…
Reference in New Issue