diff options
author | Amit Sethi | 2010-09-07 20:04:28 +0530 |
---|---|---|
committer | Amit Sethi | 2010-09-07 20:04:28 +0530 |
commit | 57f02706f6664604ab5ca54b6c554b10b33067c7 (patch) | |
tree | a52f47cb91f86a021fd9fae7bf8ccf55d1cbef46 /ult | |
parent | 5ea64343d0c72b7bfafa6c5f84a68d6f4f468c7b (diff) | |
download | sees-57f02706f6664604ab5ca54b6c554b10b33067c7.tar.gz sees-57f02706f6664604ab5ca54b6c554b10b33067c7.tar.bz2 sees-57f02706f6664604ab5ca54b6c554b10b33067c7.zip |
Some changes made to title levels
Diffstat (limited to 'ult')
-rw-r--r-- | ult/handout.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/ult/handout.rst b/ult/handout.rst index 3c04b53..9ce0a07 100644 --- a/ult/handout.rst +++ b/ult/handout.rst @@ -135,7 +135,7 @@ Usage of pwd command:: I wish some commads were a bit smarter ? -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +----------------------------------------- The standard commands in Linux have a lot of options also called flags to change or provide some additional functionality to the command For example :: @@ -158,7 +158,7 @@ Getting Help ============ How do I find what a command does? -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +---------------------------------- A short index of explanations for commands is available using the *whatis* command, like in the examples below:: @@ -553,7 +553,7 @@ Changing Ownership of Files chown -~~~~~ +----- The chown command is used to change the owner and group of files, directories and links. By default, the owner of a filesystem object is the user that created it. The group is a set of users that share the same access permissions (i.e., read, write and execute) for that object. @@ -574,10 +574,10 @@ Working with text ================= How do I look into a file? -~~~~~~~~~~~~~~~~~~~~~~~~~~ +-------------------------- more ------ +---- In computing, *more* is a command to view contents of a text file one screen at a time @@ -667,7 +667,7 @@ Text Processing How do look at part of a file? -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +------------------------------ head ----- @@ -854,7 +854,7 @@ sort command with the file name as a parameter sorts the lines of the file alpha To sort the same file using the last names -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +------------------------------------------ :: |