Changes

Jump to navigation Jump to search
19 bytes added ,  20:05, 20 September 2018
Line 164: Line 164:     
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 -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>

Navigation menu