You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



how to download fullcircleissue through console

Author (Read 13843 times)

0 Members and 2 Guests are viewing this topic.

how to download fullcircleissue through console
« Reply #1 on: March 29, 2014, 08:02:47 AM »
 

yrjo1

  • Guest
#!/bin/bash


echo -n "What is the issue number of the first Full Circle Magazine to download?"
read number

echo "Number is $number"





for  number in $number
    do
       wget  "http://dl.fullcirclemagazine.org/issue"$number"_en.pdf" --directory-prefix=/home/user/Downloads
    done

echo ""
echo "Complete!"
#Remeber to change user to your own username and make the file executable. name it for example fullcircle.sh in your favorite editor.
« Last Edit: March 29, 2014, 08:27:46 AM by yrjo1 »
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section