13,420
edits
Changes
→Part 1: Using the Linux Shell
'''Perform the Following Steps:'''
#Issue the following command: <span style="color:blue;font-weight:bold">man man</span><br>How many volume numbers are contains contained in the man pages?(like '''executable commands/programs''', '''games''', or '''system administrator commands''')?<br><br>
# x
# Issue the following pipeline command: <span style="color:blue;font-weight:bold">man -k copy | grep 8</span><br>What was the purpose of issuing the pipeline command displayed above?<br><br>