Skip to content
Snippets Groups Projects
Unverified Commit ce44b42b authored by Laurent Modolo's avatar Laurent Modolo
Browse files

6. and 7. fix CC img

parent 4b19b36c
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ title: Unix Processes ...@@ -6,7 +6,7 @@ title: Unix Processes
# Unix Processes # Unix Processes
[![cc_by_sa](/Users/laurent/Documents/formations/2020_08_UNIX/img/cc_by_sa.png)](http://creativecommons.org/licenses/by-sa/4.0/) [![cc_by_sa](./cc_by_sa.png)](http://creativecommons.org/licenses/by-sa/4.0/)
Objective: Understand how process works in GNU/Linux Objective: Understand how process works in GNU/Linux
......
...@@ -7,7 +7,7 @@ title: Unix Streams and pipes ...@@ -7,7 +7,7 @@ title: Unix Streams and pipes
# Steams and pipes # Steams and pipes
[![cc_by_sa](/Users/laurent/Documents/formations/2020_08_UNIX/img/cc_by_sa.png)](http://creativecommons.org/licenses/by-sa/4.0/) [![cc_by_sa](./img/cc_by_sa.png)](http://creativecommons.org/licenses/by-sa/4.0/)
Objective: Understand function of streams and pipes in Unix systems 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 ...@@ -141,4 +141,4 @@ Remember that most Unix command process input and output line by line. Which mea
> - `|` the pipe operator to connect processes > - `|` the pipe operator to connect processes
> - `wget` to download files > - `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) [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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment