Command for delete folder with files in linux
As we discuss early, we have plenty of linux command to learn. Recently, i faced a problem to delete a folder with files.Finally, i found the soultion to delete entire directory with files.
Remove is a command to delete a file or folder. With option of -rm we can delete entire directory with files.
Command :
remove -rm foldername
Remove is a command to delete a file or folder. With option of -rm we can delete entire directory with files.
Command :
remove -rm foldername
Comments
Post a Comment