cat |
"concatenate";
used to display files, or concatenate files |
cd |
"change directory" |
cp |
"copy"; used to
copy files and directories |
file |
used to determine
a file's "type" |
ls |
"list"; list files
and directories |
mkdir |
"make directory";
used to create new directories |
more |
control the
display of files (one screenful at a time) |
mv |
"move"; used to
move files and directories |
pwd |
"print working
directory" |
rm |
"remove"; used to
remove files and directories |
wc |
"word count"; used
to count characters, words, and lines in text files and/or standard input |