I have a text file which which contain sets of ssh commands.
How can I execute those commands in ssh? and get command executed one by one?
my file name is: urllist.txt
Inside urllist.txt
I have following commands:
wget -O file1.f url1
wget -O file2.f url2
wget -O file3.f url3
# about thousands of links.
How can I execute them one by one in ssh?