summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJovina2012-01-06 14:19:57 +0530
committerJovina2012-01-06 14:19:57 +0530
commit4c92c63abc26d878d58a5e77abbfc141bcd659ba (patch)
tree3aec3eb87a4eda617292ca5c788590e3447c31a4
parent718d6c517c7b69de8927f13561c1432453012b6e (diff)
downloadsees-4c92c63abc26d878d58a5e77abbfc141bcd659ba.tar.gz
sees-4c92c63abc26d878d58a5e77abbfc141bcd659ba.tar.bz2
sees-4c92c63abc26d878d58a5e77abbfc141bcd659ba.zip
Modified the script based on the sugesstions given in the review.
-rw-r--r--ult/ult_3/script.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/ult/ult_3/script.rst b/ult/ult_3/script.rst
index c9740b9..adc24b8 100644
--- a/ult/ult_3/script.rst
+++ b/ult/ult_3/script.rst
@@ -5,7 +5,7 @@
.. 1. Display the contents of files.
.. 2. Read only parts of a file.
- .. 3. Look at the statistical information ao a file.
+ .. 3. Look at the statistical information of a file.
.. Prerequisites
.. -------------
@@ -129,7 +129,7 @@ of the file. The ``wc`` command prints these details for a file.
.. R10
-As you can, we get some information about the file.
+As you can see, we get some information about the file.
The first number is the number of lines, the second is the number of words
and the third is the number of characters in the file.
@@ -158,7 +158,7 @@ wish to view, we use the option ``-n``.
.. R13
-It print only the first line of the file. Similarly, we could print only
+It prints only the first line of the file. Similarly, we could print only
the last line of the file.
The most common use of the tail command is to monitor a continuously
@@ -324,7 +324,7 @@ which is covered in the next spoken tutorial.
.. R26
-This brings us to the end of the end of this tutorial.
+This brings us to the end of this tutorial.
In this tutorial, we have learnt to,
1. Display the contents of files using the ``cat`` command.