what command to use to find out the size of directory in linux?

//assume u want to know the size of mydir

du -h  mydir | grep mydir$