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') 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