Wait… before I try to copy this directory recursively, how big is it?
du -sh /path/to/directory

-s : Display for the entire folder, not for all subfiles separately
-h : Display size in human-readable format: KB, GB, TB..
Wait… before I try to copy this directory recursively, how big is it?
du -sh /path/to/directory

-s : Display for the entire folder, not for all subfiles separately
-h : Display size in human-readable format: KB, GB, TB..