User Tools

Site Tools


eg-253:unix2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
eg-253:unix2 [2010/10/07 11:42] eechriseg-253:unix2 [2011/10/19 15:28] (current) – [cp (copy)] eechris
Line 21: Line 21:
 Then at the UNIX prompt, type,  Then at the UNIX prompt, type, 
  
-<cli>ubuntu@ubuntu:~/unixstuff$ cp /media/MEMORYSTICK/linuxtut/science.txt .</cli> +<cli>ubuntu@ubuntu:~/unixstuff$ cp /media/MEMORYSTICK/unixtut/science.txt .</cli> 
  
 (Note: Don't forget the dot . at the end. Remember, in UNIX, the dot means the current directory.) (Note: Don't forget the dot . at the end. Remember, in UNIX, the dot means the current directory.)
Line 28: Line 28:
  
  
-<note>The directory **/media/MEMORYSTICK/linuxtut/** is your USB memory stick where you expanded these tutorial files prior to starting up the Ubuntu Live CD. You should replace //MEMORYSTICK// by the name assigned to your memory stick by Ubuntu (it will be the //volume name// of the memory stick assigned by windows) when it started up. If you don't have a memory stick, you can grab a copy of the file [[/~eechris/eg-253/unixtut/science.txt|here]]. Use ''**File→Save Page As...**'' from the menu bar to save it to your desktop (**~/Desktop**) then use ''cp'' to copy it to your **unixstuff** directory.)+<note>The directory **/media/MEMORYSTICK/unixtut/** is your USB memory stick where you expanded these tutorial files prior to starting up the Ubuntu Live CD. You should replace //MEMORYSTICK// by the name assigned to your memory stick by Ubuntu (it will be the //volume name// of the memory stick assigned by windows) when it started up. If you don't have a memory stick, you can grab a copy of the file [[http://www.cpjobling.org.uk/eg-253/unixtut/science.txt|here]]. Use ''**File→Save Page As...**'' from the menu bar to save it to your desktop (**~/Desktop**) then use ''cp'' to copy it to your **unixstuff** directory.)
 <cli>ubuntu@ubuntu:~/unixstuff$ cp ~/Desktop/science.txt .</cli> </note> <cli>ubuntu@ubuntu:~/unixstuff$ cp ~/Desktop/science.txt .</cli> </note>
  
-Another way to get the ''science.txt'' file is using the //command line web client// ''wget'':+<note>Another way to get the ''science.txt'' file is using the //command line web client// ''wget'':
  
-<cli>ubuntu@ubuntu:~/unixstuff$ wget http://www.cpjobling.org.uk/~eechris/eg-253/unixtut/science.txt</cli>+<cli>ubuntu@ubuntu:~/unixstuff$ wget 
 +http://www.cpjobling.org.uk/eg-253/unixtut/science.txt .</cli></note>
  
 ==== Exercise 2a ==== ==== Exercise 2a ====
eg-253/unix2.1286451750.txt.gz · Last modified: 2011/01/14 12:27 (external edit)