Changes

Jump to navigation Jump to search
72 bytes added ,  01:34, 25 November 2018
Line 165: Line 165:  
Loop through all lines in the text file, capture first column into $value1, move it!
 
Loop through all lines in the text file, capture first column into $value1, move it!
 
while IFS=" " read -r value1 remainder;do transmission-remote -n 'user:password' -t $value1 --move /home/pat/Downloads/seeding/;done < list.txt</nowiki>
 
while IFS=" " read -r value1 remainder;do transmission-remote -n 'user:password' -t $value1 --move /home/pat/Downloads/seeding/;done < list.txt</nowiki>
 +
== Torrent file location ==
 +
/var/lib/transmission-daemon/info/torrents

Navigation menu