We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94a9be8 commit cfd9881Copy full SHA for cfd9881
implement-shell-tools/ls/README.md
@@ -6,9 +6,9 @@ Your task is to implement your own version of `ls`.
6
7
It must act the same as `ls` would, if run from the directory containing this README.md file, for the following command lines:
8
9
-* `ls -1`
10
-* `ls -1 sample-files`
11
-* `ls -1 -a sample-files`
+- `ls -1`
+- `ls -1 sample-files`
+- `ls -1 -a sample-files`
12
13
Matching any additional behaviours or flags are optional stretch goals.
14
0 commit comments