display number of subdirectories

Can anyone tell me what command would display the number of subdirectories in the current or given location?

find . -type d | wc -l

thanks a lot! :smiley: