Search

You can find the results of your search below.

linux_tutorial_seven
8 Hits, Last modified:
used during compilation. It uses those values to create a **Makefile** in each directory of the package. ... s between different units of measurements. First create a download directory <code>compsci-user@tim:~$ ... his is then compressed using the gzip command (to create a tar.gz file). First unzip the file using the gunzip command. This will create a .tar file. <code>compsci-user@tim:~$ gunzip u
linux_tutorial_two
4 Hits, Last modified:
your testdir directory.)</note> ==Exercise 2a== Create a backup of your **science.txt** file by copying ... he **rm** command. As an example, we are going to create a copy of the science.txt file then delete it. I... e> <code>compsci-user@tim: ls (to check if it has created the file)</code> <code>compsci-user@tim: rm temp... u remove a non-empty directory. ==Exercise 2b== Create a directory called **tempstuff** using **mkdir**
linux_tutorial_one
2 Hits, Last modified:
by the System Administrator when your account was created. **ls** does not, in fact, cause all the files ... estdir</code> To see the directory you have just created, type <code>compsci-user@tim:~$ ls</code> ====
linux_tutorial_three
2 Hits, Last modified:
redirect the output of a command. For example, to create a file called **list1** containing a list of frui... code> ===Exercise 3a=== Using the above method, create another file called **list2** containing the foll