From ce44b42b1ed0e7609dcb7ed20ca3d260a944d8a4 Mon Sep 17 00:00:00 2001 From: Laurent Modolo <laurent@modolo.fr> Date: Mon, 12 Oct 2020 17:36:50 +0200 Subject: [PATCH] 6. and 7. fix CC img --- 6_unix_processes.md | 2 +- 7_streams_and_pipes.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/6_unix_processes.md b/6_unix_processes.md index a3ec43e..75c8e4c 100644 --- a/6_unix_processes.md +++ b/6_unix_processes.md @@ -6,7 +6,7 @@ title: Unix Processes # Unix Processes -[](http://creativecommons.org/licenses/by-sa/4.0/) +[](http://creativecommons.org/licenses/by-sa/4.0/) Objective: Understand how process works in GNU/Linux diff --git a/7_streams_and_pipes.md b/7_streams_and_pipes.md index c93d8a0..cc8cc0f 100644 --- a/7_streams_and_pipes.md +++ b/7_streams_and_pipes.md @@ -7,7 +7,7 @@ title: Unix Streams and pipes # Steams and pipes -[](http://creativecommons.org/licenses/by-sa/4.0/) +[](http://creativecommons.org/licenses/by-sa/4.0/) Objective: Understand function of streams and pipes in Unix systems @@ -141,4 +141,4 @@ Remember that most Unix command process input and output line by line. Which mea > - `|` the pipe operator to connect processes > - `wget` to download files -[You can head to the next session to apply pipe and stream manipulation.](https://http://perso.ens-lyon.fr/laurent.modolo/unix/8_text_manipulation.html) \ No newline at end of file +[You can head to the next session to apply pipe and stream manipulation.](https://http://perso.ens-lyon.fr/laurent.modolo/unix/8_text_manipulation.html) -- GitLab