The rm command

The rm command



What does it do ?

This command is used to delete (PERMANENTLY remove from your directory) unwanted files.


How is it used ?

rm filename


Examples and remarks

rm program1.c removes (or deletes) the file named program1.c
rm program2.c resume.txt removes (or deletes) the files named program2.c and resume.txt



next previous table of contents