From 7e1fcfd372c77a4d1381d5f0e62c83c5ba73c6e5 Mon Sep 17 00:00:00 2001 From: lfoussat <35296671+lfoussat@users.noreply.github.com> Date: Mon, 4 Apr 2022 06:33:17 +0100 Subject: [PATCH] add example of output as it appears on modern mac --- subjects/make-it-better/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/subjects/make-it-better/README.md b/subjects/make-it-better/README.md index b3db4704..e60ac666 100644 --- a/subjects/make-it-better/README.md +++ b/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.