I am having problems getting the XSLT example files from the BIT320 website to my SSH. I know I am late, but I have finished chapter 4 and am trying to get the files for chapters 5, 6, and 7 to finish catching up before tomorrow's class. I have done wget for each link but I am having trouble unzipping the files. Here is the code that I am getting:
[sawi@elab-linux4 sawi]$ ls
House.zip SQL webapps XSLTCH4 XSLTfdCh05.zip XSLTfdCh06.zip XSLTfdCh07.zip
[sawi@elab-linux4 sawi]$ unzip XSLTfdCH05.zip
unzip: cannot find XSLTfdCH05.zip, XSLTfdCH05.zip.zip or XSLTfdCH05.zip.ZIP.
First of all, I don't understand why the chapter 4 file is just XSLTCH4 with the XSLTfdCH04.zip in the XSLTCH4 directory, but for chapters 5, 6, and 7 the zip files are showing up directly in the sawi directory. Also, I don't know why I cannot unzip any of them. What am I doing wrong??