7 | rm and rmdir

Linux Command Line Tutorial


In this video we will learn how to use rm and rmdir commands. rm stands for remove and rmdir stands for remove directory.

We will also be looking at some of the flags which can be useful along with these commands.

Flags we will learn to use are:

rmdir:
-p

rm:
-r

Thank you 🙂

6 | > and >> command

Linux Command Line Tutorial


angle bracket “>” is used for redirection of output from terminal to a specific file. > can be used along with any command which displays output on the terminal.

“>>” is used to append output to preexisting file.

If you have any requests for future videos you can POST them in the comments or mail it to me.

Thank you 🙂