Home  »  CodeGuidesSnippetsTechnology   »   Linux Delete Folder Recursively Including Files Command

Linux Delete Folder Recursively Including Files Command

Posted: October 13, 2022 | by Michael Bright

Use this command in Linux to delete folder recursively including files.

$ rm -rf folderName

Found this article interesting? Follow Brightwhiz on Facebook, Twitter, and YouTube to read and watch more content we post.