Search
You can find the results of your search below.
Fulltext results:
- linux_tutorial_eight
- 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
- 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
- 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
- -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
- 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
- illed by finding their process numbers (PIDs) and using kill PID_number <code> compsci-user@tim:~$ sleep
- linux_tutorial_four
- h as **/ * & %** , should be avoided. Also, avoid using spaces within names. The safest way to name a fil
- linux_tutorial_six
- ry (show command history list)</code> If you are using the C shell, you can use the exclamation characte