diff options
author | Puneeth Chaganti | 2011-06-10 16:31:23 +0530 |
---|---|---|
committer | Puneeth Chaganti | 2011-06-10 16:31:23 +0530 |
commit | 14c806bf85ac4cf2557fb7c850b15272fb768899 (patch) | |
tree | 743f54d1f91205a210e147bf5c625effbc92044b /ult | |
parent | 0bb8028c7edaf21c4f057af5b49758635f9c5fee (diff) | |
download | sees-14c806bf85ac4cf2557fb7c850b15272fb768899.tar.gz sees-14c806bf85ac4cf2557fb7c850b15272fb768899.tar.bz2 sees-14c806bf85ac4cf2557fb7c850b15272fb768899.zip |
ult: Fix exercise question.
Diffstat (limited to 'ult')
-rw-r--r-- | ult/exercises.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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``. |