summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Sethi2010-09-07 20:09:50 +0530
committerAmit Sethi2010-09-07 20:09:50 +0530
commit861bd2ed0ab373308ea248a675a8ace20986ac57 (patch)
tree35516c58e81330f076d0711c76d69caf91db85fc
parentf96d3b3d2a8e861e2e034b400813ada4aa91f530 (diff)
parent57f02706f6664604ab5ca54b6c554b10b33067c7 (diff)
downloadsees-861bd2ed0ab373308ea248a675a8ace20986ac57.tar.gz
sees-861bd2ed0ab373308ea248a675a8ace20986ac57.tar.bz2
sees-861bd2ed0ab373308ea248a675a8ace20986ac57.zip
Merging changes
-rw-r--r--ult/handout.rst14
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
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+------------------------------------------
::