To remove a directory and all its contents, including any subdirectories and files, use the rm command with the recursive option, -r . $ rm -r veggies3 $ ...
rmdir /? will give you the full details of the command line arguments - S is Removes all directories and files in the specified directory in addition to the ...
Use the rmdir command to remove the directory, specified by the Directory parameter, from the system . The directory must be empty (it can contain only . and ..) before you can remove it, and you must have write permission in its parent directory.