From 3abdfbeb1c09cf04dcd563a1fc0debeea57aa562 Mon Sep 17 00:00:00 2001 From: ravjot Date: Wed, 19 May 2021 19:24:49 +0530 Subject: [PATCH] updated pipe.svg --- svgs/Roosh_pipe.svg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svgs/Roosh_pipe.svg b/svgs/Roosh_pipe.svg index 824eb67..1088d1d 100644 --- a/svgs/Roosh_pipe.svg +++ b/svgs/Roosh_pipe.svg @@ -1,3 +1,3 @@ -
Launcher
Launcher
Output
Output
Execute
Execute
Pipes
Pipes
Input
Input
Launch Commands with pipe and redirections
Launch Commands with pipe...
Tokenize command into list of commands
Tokenize command into list...
[else]
[else]
[first command]
[first command]
Take input from the (old) pipe's read-end
Take input from the (old)...
Take input from stdin or a file (if specified)
Take input from stdin or a...
Check if last command is to be executed in long chain of commands
Check if last command is t...
[last command]
[last command]
[else]
[else]
Parent creates a pipe for Interprocess communication (IPC)
Parent creates a pipe for...
Run the next command
Run the next command
Redirect output to the (new) pipe's write-end
Redirect output to the (ne...
Parent executes the command
Parent executes the command
[builtin]
[builtin]
[linux command]
[linux command]
Redirect or append output to stdout or a file
Redirect or append output...
Parent creates a child process by forking
Parent creates a child pro...
Child makes an execvp system call to run linux kernel command
Child makes an execvp syst...
Check for built-in command
Check for built-in command
Viewer does not support full SVG 1.1
\ No newline at end of file +
Output
Output
Execute
Execute
Launcher
Launcher
Pipes
Pipes
Input
Input
Launch Commands with pipe and redirections
Launch Commands with pipe...
Tokenize command into list of commands
Tokenize command into list...
[else]
[else]
[first command]
[first command]
Take input from the (old) pipe's read-end
Take input from the (old)...
Take input from stdin or a file (if specified)
Take input from stdin or a...
Check if last command is to be executed in long chain of commands
Check if last command is t...
[last command]
[last command]
[else]
[else]
Parent creates a pipe for Interprocess communication (IPC)
Parent creates a pipe for...
Run the next command
Run the next command
Redirect output to the (new) pipe's write-end
Redirect output to the (ne...
Parent executes the command
Parent executes the command
[builtin]
[builtin]
Redirect or append output to stdout or a file
Redirect or append output...
Parent creates a child process by forking
Parent creates a child pro...
Child makes an execvp system call to run linux kernel command
Child makes an execvp syst...
Check for built-in command
Check for built-in command
[linux command]
[linux command]
[last command]
[last command]
[else]
[else]
Viewer does not support full SVG 1.1
\ No newline at end of file