From f1660084646d791214f5af53c7c45652cfc5f6bd Mon Sep 17 00:00:00 2001 From: Lianhua275 <168655860+Lianhua275@users.noreply.github.com> Date: Wed, 8 May 2024 18:05:13 -0400 Subject: [PATCH] Update homework_1.Rmd --- homework/homework_1.Rmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)