Read more about the article Shell Scripting – Redirections
Shell Scripting – Redirection

Shell Scripting – Redirections

Shell Scripting – Redirections Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed conditional statements in the shell. https://cloudaffaire.com/shell-scripting-conditions/ In this blog post, we will discuss redirections in shell. Redirection simply means capturing output from a file, command, program, script, or even code block within a script and sending it as input to another file, command, program, or script. Each open file gets assigned a file…

Comments Off on Shell Scripting – Redirections