From f896c496e1e5d75dc4a7932d03b05a1c13b9e6a3 Mon Sep 17 00:00:00 2001 From: Wiam Irafane Date: Fri, 5 Jul 2019 15:14:54 +0200 Subject: [PATCH] Update salle_jour.sh --- salle_jour.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salle_jour.sh b/salle_jour.sh index 9de8dbe..1246473 100644 --- a/salle_jour.sh +++ b/salle_jour.sh @@ -2,7 +2,7 @@ echo "saisissez le jour" read jour -{ grep -i $jour /data/*.edt |cut -d',' -f3|uniq | cut -d'/' -f1 |uniq && grep '/' /data/*.edt |cut -d'/' -f2|grep -i $jour |cut -d',' -f3|uniq ;} | uniq +{ grep -i $jour ./data/*.edt |cut -d',' -f3|uniq | cut -d'/' -f1 |uniq && grep '/' ./data/*.edt |cut -d'/' -f2|grep -i $jour |cut -d',' -f3|uniq ;} | uniq -- GitLab