13,420
edits
Changes
→Main Objectives of this Practice Tutorial
:* Define the terms '''Standard Input''' ('''stdin'''), '''Standard Output''' ('''stdout'''), and '''Standard Error''' ('''stderr''')
:* Understand the purposes of redirection symbols '''>''', '''>>''', '''2>''', '''2>>''', and '''|''' (pipe)
:* Define Understand the purpose of the following file manipulation commands: '''cut''', '''tr''', and '''wc'''
:* Define the term '''pipeline command''' and explain how a pipeline command functions