Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to delete directory in unix

rmdir directoryname  	// This is will delete an empty directory. 

rmdir -r directoryname 	// This is will delete everything in the directory
						// including all files and subdirectories. 
 
PREVIOUS NEXT
Tagged: #delete #directory #unix
ADD COMMENT
Topic
Name
6+5 =