diff --git a/homework/homework_1.Rmd b/homework/homework_1.Rmd index c72dd71..6fec1f9 100644 --- a/homework/homework_1.Rmd +++ b/homework/homework_1.Rmd @@ -15,7 +15,7 @@ R Markdown is a powerful tool for **literate prgramming.** Note that all Homewor \end{enumerate} \subsection*{Advanced Unix Tools} -Most Unix implementations include a large number of powerful tools and utilities. (Unix has been in development for more than 50 years!). We were only able to scratch the surface in our class time. It will take time to become comfortable with Unix, but as you struggle, you will find yourself learning just by looking at \texttt{man} files and finding solutions on the internet. For this Extra Practice, you will explore several more advanced Unix functions. You can use any resource available to you--classmates, the internet, and Dr. Johnson. Ask all the questions you want, just make sure you do the work and you learn! +Most Unix implementations include a large number of powerful tools and utilities. (Unix has been in development for more than 50 years!). We were only able to scratch the surface in our class time. It will take time to become comfortable with Unix, but as you struggle, you will find yourself learning just by looking at \texttt{man} files and finding solutions on the internet. For this Extra Practice, you will explore several more advanced Unix functions. You can use any resource available to you,classmates, the internet, and Dr. Johnson. Ask all the questions you want, just make sure you do the work and you learn! \begin{enumerate} \item Learn more about tools for downloading files from external servers (e.g., \texttt{scp}, \texttt{ftp}, \texttt{sftp}, \texttt{rsync}), and for to downloading data from webpages (e.g., \texttt{curl}, \texttt{wget}, \texttt{mget}). Use an appropriate function to download the \texttt{homework1.tar.gz} from the homework folder on course GitHub page. Give the code you used to download these data.({\bf Hint:} To download the \texttt{homework1.tar.gz} from GitHub, control/right click on the "View raw" link and copy the location (see image). If you use the URL in the address bar it downloads the .html for the website)