How to delete the subdirectory content and files present inside directory? I don't want to delete the structure of subdirectory, just want to delete the content inside the subdirectory and files inside the directory.
Like I have one directory dev; inside that I have 3 files: test1.txt, test2.txt and test3.txt. And I have one subdirectory Node. Inside the subdirectory I have 3 files again: node1.txt, node2.txt, node3.txt.
I just want to delete test1, test2, test3 and node1, node2, node3, not the Node subdirectory.