ssh login.itd.umich.eduhostnamepwdmkdir 506cd 506README.md to document your work in this folder:
echo "## Stats 506" > README.mdecho " " >> README.mdmkdir ./hw; mkdir ./examplesmkdir ./data && mkdir ./data/csvNote the use of ; to execute multiple commands on the same line. It isn’t needed here, but && is used to execute the second command only if the first completes successfully. You can, but are not required to, read more about exit status and exit codes here.
cd $HOME, cd ~, or just cdgit clone https://github.com/jbhender/Stats506_F19.gitcd Stats506_F19lstree is in $PATH using which and, if so, see the hierarchy with treefind -iname "*.Rmd"cd.mvrmStats506_F19 repo using rm -rf ./Stats506_F19/.=