Wait… before I try to copy this directory recursively, how big is it?
du -sk /path/to/directory
-s : Display only a total for each argument
-k : Display size in KB
Oh dear. I’m going to need a bigger disk.
Tags: Bash, CLI, Command Line, Linux, Unix
Wait… before I try to copy this directory recursively, how big is it?
du -sk /path/to/directory
-s : Display only a total for each argument
-k : Display size in KB
Oh dear. I’m going to need a bigger disk.
Tags: Bash, CLI, Command Line, Linux, Unix