13,420
edits
Changes
→Main Objectives of this Practice Tutorial
:* Define the terms '''Standard Input''' ('''stdin'''), '''Standard Output''' ('''stdout'''), and '''Standard Error''' ('''stderr''')
:* xUnderstand the purposes of redirection symbols '''>''', '''>>''', '''2>''', '''2>>''', '''|''' and define their purpose in terms of redirection
:* x