Removing redudant flag from ls
parent
5a325c23d7
commit
bc825f4930
|
@ -68,7 +68,7 @@ wget -q --show-progress \
|
||||||
Depending on your internet connection speed it may take a while to download the `584` megabytes of binaries, and once the download is complete, you can list them using the `ls` command:
|
Depending on your internet connection speed it may take a while to download the `584` megabytes of binaries, and once the download is complete, you can list them using the `ls` command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
ls -loh downloads
|
ls -oh downloads
|
||||||
```
|
```
|
||||||
|
|
||||||
```text
|
```text
|
||||||
|
|
Loading…
Reference in New Issue