Search

You can find the results of your search below.

linux_tutorial_eight
9 Hits, Last modified:
e of this is the current operating system you are using. Type <code>compsci-user@tim:~$ echo $OSTYPE</co... ctory) * HOST (the name of the computer you are using) * ARCH (the architecture of the computers proc... these variables.== ENVIRONMENT variables are set using the setenv command, displayed using the printenv or env commands, and unset using the unsetenv command.
linux_tutorial_seven
4 Hits, Last modified:
istributed as source code. All programs are built using a simple, standardised, two step process. The pro... into one single tar file. This 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.... u can get more information on the type of file by using the file command. % file units units: ELF 32-b
linux_tutorial_two
4 Hits, Last modified:
ise 2b== Create a directory called **tempstuff** using **mkdir** , then remove it using the **rmdir** command. ====2.4 Displaying the contents of a file on th... ng the contents of a file==== ===Simple searching using less=== Using **less**, you can search though a text file for a keyword (pattern). For example, to sear
linux_tutorial_three
3 Hits, Last modified:
-user@tim:~$ cat list1</code> ===Exercise 3a=== Using the above method, create another file called **li... will be <code>artichoke beetroot carrot</code> Using < you can redirect the input to come from a file ... print a postscript file to the printer hockney. Using pipes, print all lines of **list1** and **list2**
linux_tutorial_one
2 Hits, Last modified:
ectory to hold the files you will be creating and using in the course of this tutorial. To make a subdire... ry). This may not seem very useful at first, but using (.) as the name of the current directory will sav
linux_tutorial_five
1 Hits, Last modified:
illed by finding their process numbers (PIDs) and using kill PID_number <code> compsci-user@tim:~$ sleep
linux_tutorial_four
1 Hits, Last modified:
h as **/ * & %** , should be avoided. Also, avoid using spaces within names. The safest way to name a fil
linux_tutorial_six
1 Hits, Last modified:
ry (show command history list)</code> If you are using the C shell, you can use the exclamation characte