rarbg/sort.sh
2023-05-31 20:38:51 -07:00

9 lines
345 B
Bash
Executable file

# 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