From bc68d011fa342c66453e79ddb10ae56afeb72e1e Mon Sep 17 00:00:00 2001 From: Madhusudan.C.S Date: Fri, 10 Jun 2011 12:16:16 +0530 Subject: Use a uniform header patterns through out handout and exercise files. --- ult/exercises.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'ult/exercises.rst') diff --git a/ult/exercises.rst b/ult/exercises.rst index bce7d56..6f0f052 100644 --- a/ult/exercises.rst +++ b/ult/exercises.rst @@ -1,6 +1,9 @@ -Session-1 +Exercises ========= +Session-1 +--------- + 1. Login to your machine from the CLI prompt, by pressing Ctrl+Alt+F1. #. Logout and re-login. @@ -66,7 +69,7 @@ Session-1 once, at the end of the file. Session-2 -========= +--------- 0. Read through the section ``REGULAR EXPRESSIONS`` in ``man grep`` -- cgit From 0bb8028c7edaf21c4f057af5b49758635f9c5fee Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Fri, 10 Jun 2011 16:29:04 +0530 Subject: ult: Add exercise to read man of expr command. --- ult/exercises.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ult/exercises.rst') diff --git a/ult/exercises.rst b/ult/exercises.rst index 6f0f052..e8aede3 100644 --- a/ult/exercises.rst +++ b/ult/exercises.rst @@ -73,7 +73,9 @@ Session-2 0. Read through the section ``REGULAR EXPRESSIONS`` in ``man grep`` -1. grep the marks of the students who scored above 75 in atleast one +#. Read through in ``man expr`` + +#. grep the marks of the students who scored above 75 in atleast one subject. #. grep the marks of all the students whose names begin with an 's' -- cgit From 14c806bf85ac4cf2557fb7c850b15272fb768899 Mon Sep 17 00:00:00 2001 From: Puneeth Chaganti Date: Fri, 10 Jun 2011 16:31:23 +0530 Subject: ult: Fix exercise question. --- ult/exercises.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ult/exercises.rst') diff --git a/ult/exercises.rst b/ult/exercises.rst index e8aede3..04df5ce 100644 --- a/ult/exercises.rst +++ b/ult/exercises.rst @@ -57,7 +57,7 @@ Session-1 #. Change ownership of the file ``test`` to some other user (if exists). -#. Count the number of files in a directory. +#. Count the number of files (files, sub-directories, etc.) in a directory. #. Create a new file ``alice.txt`` by concatenating the first 30 lines and the last 40 lines of ``wonderland.txt``. -- cgit