Search

You can find the results of your search below.

linux_tutorial_three
5 Hits, Last modified:
lt, to the terminal screen. We have already seen one use of the **cat** command to write the contents ... ames of some fruit. Press [**Return**] after each one. <code>pear banana apple ^D (Control D to stop)<... cat list1</code> You should now have two files. One contains six fruit, the other contains four fruit... mes of some vegetables. Press [Return] after each one. <code>carrot beetroot artichoke ^D (control d t
linux_tutorial_two
4 Hits, Last modified:
ames) **file1** to **file2** To move a file from one place to another, use the mv command. This has th... er than copying the file, so you end up with only one file rather than two. It can also be used to ren... (don't ask why it is called grep)=== **grep** is one of many standard UNIX utilities. It searches file... rent results. Don't forget, you can use more than one option at a time, for example, the number of line
linux_tutorial_five
3 Hits, Last modified:
file that only the owner can read and write - no-one else can read or write and no-one has execution rights (e.g. your mailbox file). | ====5.2 Changing a... you do run other programs while waiting for that one to finish. The first line in the above example i
linux_tutorial_four
3 Hits, Last modified:
**....list** The character ? will match exactly one character. So ls **?ouse** will match files like ... ode>compsci-user@tim:~$ whatis wc</code> gives a one-line description of the command, but omits any in... | | **?** | match one character | | **man c
linux_tutorial_seven
2 Hits, Last modified:
command turns several files and directories into one single tar file. This is then compressed using th... ion, we can strip it out of the final executable. One of the advantages of this is a much smaller execu
linux_tutorial_eight
1 Hits, Last modified:
cd; units HINT: You can run multiple commands on one line by separating them with a semicolon. To add
linux_tutorial_one
1 Hits, Last modified:
e>compsci-user@tim:~$ cd ..</code> will take you one directory up the hierarchy (back to your home dir
sidebar
1 Hits, Last modified:
* [[tutorial:linux_tutorial_one | Linux Tutorial 1]] * [[tutorial:linux_tutorial_two | Linux Tutori