Skip to content

Commit 0ba5102

Browse files
Update 02-navigating-the-filesystem.md
Change to 'ls' command prompt - expand and explain abbreviation
1 parent c76410a commit 0ba5102

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_episodes/02-navigating-the-filesystem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ $ pwd
3939
{: .output}
4040

4141
The output will be a path to your home directory. Let's check if we recognise it
42-
by listing the contents of the directory. To do that, we use the `ls` command:
42+
by looking at the contents of the directory. To do that, we use the `ls` command. This stands for "list" and the result is a print out of all the contents in the directory:
4343

4444
~~~
4545
$ ls

0 commit comments

Comments
 (0)