Skip to content
Snippets Groups Projects
Commit 2a19da4e authored by Holger Dinkel's avatar Holger Dinkel
Browse files

MINOR: rephrase sentence to avoid confusion: date/file named date

parent 7a2dfe07
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@ Copying / Deleting Files & Folders
#. In your homedirectory, create a new directory named ``new_dir``
#. Change into this directory, create a new empty file in there named ``new_file``,
and make sure that the file was created
and make sure that the file was created.
#. Duplicate this file by copying it as a new file named ``another_file``
......@@ -51,7 +51,7 @@ Searching
#. Use it to find all directories in the ``~/exercises`` directory
#. Search for the file date in the ``/bin`` directory
#. Search for the file named ``date`` in the ``/bin`` directory
#. List those entries in the directory ``/bin`` that are bigger than 400kBytes
......
......@@ -99,7 +99,7 @@ Searching
$ find ~/exercises -type d
#. Search for the file date in the ``/bin`` directory ::
#. Search for the file named ``date`` in the ``/bin`` directory ::
$ find /bin -name date
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment