3.20 vim (covered later)
3.21 rmdir (See: Creating, Deleting and Managing Directories)
Delete an empty directory
3.22 rm (See: Removing Files)
3.23 Sys V printing – skipped
3.24 BSD printing – skipped
Linux for Programmers and Users, Section 3.25
print the number of newlines, words, and bytes in files. Default input is from Standard Files and File Descriptors, if no file is listed.
SYNOPSIS
wc [-lwc] [FILE] ...
number of lines
number of words
number of character or bytes (same value)
Complete Homework 3 - Manipulating Files and Directories now.