From d8427805104d9316a79604dc345bcdfdc36c21f0 Mon Sep 17 00:00:00 2001 From: Christopher Fremond Date: Fri, 31 May 2019 20:10:29 +0100 Subject: [PATCH] fix of makeitbetter subjects --- subjects/make-it-better.en.md | 10 +++++----- subjects/make-it-better.fr.md | 8 ++++---- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/subjects/make-it-better.en.md b/subjects/make-it-better.en.md index 936388b52..5cf40dd7d 100644 --- a/subjects/make-it-better.en.md +++ b/subjects/make-it-better.en.md @@ -2,7 +2,7 @@ ### Instructions -Create the files and directories so that when you use the command `ls` below the output will looks like this : +Create the files and directories so that when you use the command `ls` below the output will look like this : ```console user@host:~/piscine/d01/make-it-better$ ls -l --time-style='+%F %R' | sed 1d | awk '{print $1, $6, $7, $8, $9, $10}' @@ -16,17 +16,17 @@ lrwxrwxrwx 1990-02-16 00:11 3 -> 0 -r-x--x--- 1991-03-08 01:11 7 -rw----r-- 1994-05-20 10:00 8 -r------w- 1994-06-10 10:01 9 -dr-------x 1995-04-10 11:11 A +dr-------x 1995-04-10 10:10 A user@host:~/piscine/d01/make-it-better$ ``` Once it's done, use the command below to create the file `done.tar` to be submitted. ```console -user@host:~/piscine/d01/make-it-better$ tar -cf done.tar * -user@host:~/piscine/d01/make-it-better$ ls +user@host:~/piscine/make-it-better$ tar -cf done.tar * +user@host:~/piscine/make-it-better$ ls 0 1 2 3 4 5 6 7 8 9 A done.tar -user@host:~/piscine/d01/make-it-better$ +user@host:~/piscine/make-it-better$ ``` **Only `done.tar` should be submitted.** diff --git a/subjects/make-it-better.fr.md b/subjects/make-it-better.fr.md index a0c3885bc..2b7db21f2 100644 --- a/subjects/make-it-better.fr.md +++ b/subjects/make-it-better.fr.md @@ -16,17 +16,17 @@ lrwxrwxrwx 1990-02-16 00:11 3 -> 0 -r-x--x--- 1991-03-08 01:11 7 -rw----r-- 1994-05-20 10:00 8 -r------w- 1994-06-10 10:01 9 -dr-------x 1995-04-10 11:11 A +dr-------x 1995-04-10 10:10 A user@host:~/piscine/d01/make-it-better$ ``` Une fois fini, utilisez la commande ci-dessous pour créer le fichier `done.tar` de rendu. ```console -user@host:~/piscine/d01/make-it-better$ tar -cf done.tar * -user@host:~/piscine/d01/make-it-better$ ls +user@host:~/piscine/make-it-better$ tar -cf done.tar * +user@host:~/piscine/make-it-better$ ls 0 1 2 3 4 5 6 7 8 9 A done.tar -user@host:~/piscine/d01/make-it-better$ +user@host:~/piscine/make-it-better$ ``` **Seulement `done.tar` doit être rendu.**