rm command

Summary

Removes directory or file from current working directory

Description

This command lets you remove a directory or a file from your current working directory.

Command usage

  • rm <directory/file>

Examples

  • rm UnwantedFolder: It removes the UnwantedFolder directory

  • rm UnwantedMod.dll: It removes the UnwantedMod.dll directory

Last updated