Removes directory or file from current working directory
This command lets you remove a directory or a file from your current working directory.
rm (directory/file)
rm UnwantedFolder: It removes the UnwantedFolder directory
rm UnwantedMod.dll: It removes the UnwantedMod.dll directory
Last updated 1 month ago