cat | Print a file on the screen, concatenate files |
touch | Create an empty file, change file timestamps |
cp | Copy directories or files |
mv | Moves directories or files |
rm | Removes directories or files (This is how you remove recursively) |
ln | Creates a symbolic or hard link for a file |
less | View a file on page at a time, allows for going backwards |
head | Print the first 10 lines of a file |
tail | Print the last 10 lines of a file |
wc | Count the number of words or characters in a file |
stat | Display file of file system status |
cut | Remove sections from lines of input |
paste | Merge lines of files |