Changes

Jump to: navigation, search

Tutorial5: Redirection

43 bytes removed, 12:07, 8 January 2021
Main Objectives of this Practice Tutorial
:* Define the terms '''Standard Input''' (''stdin''), '''Standard Output''' (''stdout''), and '''Standard Error''' (''stderr'')
:* Understand and use the purposes of the redirection symbols '''>''', '''>>''', '''2>''', '''2>>''', and '''|''' (pipe)symbols with Linux commands
:* Understand the purpose of the the '''/dev/null''' file and the '''Here Document'''
:* Define the term '''pipeline command''' and explain how a pipeline command functions
:* Define the term '''filter''' and how it relates to '''redirection''' using pipeline commands
:* Use the '''semicolon''' ";" and '''grouping''' "( )" symbols to issue multiple Unix / Linux commands in on a single line
:* Use the '''backslash''' "\" symbol to spread-out long Unix/Linux commands over multiple lines
13,420
edits

Navigation menu