Skip to content

Commit

Permalink
Better overview
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Jan 19, 2024
1 parent 8a204c5 commit 0f6af35
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions docs/morning_session/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ flowchart TD
echo
printf
stdin
files[Files]
input[Input]
cat
editor[Text editor]
end
subgraph terms[Terms]
regex[Regular expressions]
Expand All @@ -55,8 +59,12 @@ flowchart TD
stdin --> |need to know| pipes
printf --> |need to know| echo
pipes --> |need to know| printf
awk --> |need to know| stdin
files --> |need to know| cat
files --> |need to know| editor
files --> |a type of| input
stdin --> |a type of| input
awk --> |reads| input
%% Terms
%% awk --> |need to know| regex
awk --> |is a| filter
Expand Down

0 comments on commit 0f6af35

Please sign in to comment.