Showing posts with label remove. Show all posts
Showing posts with label remove. Show all posts

Monday, 18 April 2016

remove directory in linux

Remove directory in linux.

delete directory
cmd :  rm -r mydir

delete directory and files with in directory

cmd :  rm -r mydir


REF : computerhope