du is a unix command to measure disk usage
This is boggling my mind. Using the following code: Process du = new Process(); string cmdPath = System.IO.Path.Combine(Environment.…
c# process diagnostics duI'm trying to write a script to summarise a bunch of folders. So I have the following structure: monitor/abc_123 1…
linux bash du