diff --git a/.markdownlint.json b/.markdownlint.json index 8f2b9a1..fa671d5 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -4,6 +4,7 @@ "MD013": false, "MD014": false, "MD024": false, + "MD025": false, "MD028": false, "MD033": false } \ No newline at end of file diff --git a/README.md b/README.md index 5e547f0..e2b4277 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ -cours-unix-shell -=============== +--- +title: Cours UNIX Shell +--- + +# cours-unix-shell Reprise d'un [ancien cours UNIX/Shell](./UnixShell_cours2018/), dédié à des formations internes pour diff --git a/bases/tp.md b/bases/tp.md index 976f947..4e2eea6 100644 --- a/bases/tp.md +++ b/bases/tp.md @@ -87,6 +87,7 @@ ``` + - avec un pipe pour enchaîner les deux commandes appropriées
Voir la solution @@ -96,6 +97,7 @@ ```
+ - Renommez le fichier historique.txt en monHistorique.txt
Voir la solution