I'd like to open Terminal.app and enter a command like:
my-macbook-pro:~ my-username$ ls -lh
Instead of seeing the size of the folders in bytes that are in my current working directory, I'd like to see size of the folders, including all of their contents like so:
drwxr-xr-x 7 my-username staff 100Gi Dec 20 19:38 my-huge-project-folder
drwxr-xr-x 3 my-username staff 80Gi Dec 27 14:15 my-slightly-smaller-project-folder
Is there a command I can type that will yield similar output above?