rarbg/sort.sh

9 lines
345 B
Bash
Raw Normal View History

# Sorts magnet links alphabetically
# Starts with the torrent name, not the first character of the line
# Also filters unique lines
sort -u moviesother.txt -u -k 1.65 -o moviesother.txt
sort -u moviesrarbg.txt -u -k 1.65 -o moviesrarbg.txt
sort -u showsother.txt -u -k 1.65 -o showsother.txt
sort -u showsrarbg.txt -u -k 1.65 -o showsrarbg.txt