Browse Source

add example of output as it appears on modern mac

pull/1044/head
lfoussat 2 years ago committed by GitHub
parent
commit
7e1fcfd372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      subjects/make-it-better/README.md

4
subjects/make-it-better/README.md

@ -24,6 +24,10 @@ After installing the command will be slightly different like so:
```console
$ TZ=utc gls -l --time-style='+%F %R' | sed 1d | awk '{print $1, $6, $7, $8, $9, $10}'
```
The mode from line 4 may look different, for example like:
```console
lrwxr-xr-x 1990-02-16 00:11 3 -> 0
```
Once it is done, use the command below to create the file `done.tar` to be submitted.

Loading…
Cancel
Save