Command

rm

2 useful snippets found.

How to delete a directory and its contents

rm -rf [directory_name]

How to delete an empty directory

rm -d [directory_name]