linux rm
Removing a file
rm 1.txt
Removing more than one file at a time
$ rm b.txt c.txt
remove a directory
rm –r sundar/
delete a file particular directory
rm –r /tmp/test
Options: 1. -i (Interactive Deletion): Like in cp, the -i option makes the command ask...
sundarpalanivel.hashnode.dev1 min read