How do I parse the df-Bk Linux command output with C# regular expressions?
Filesystem 1K-blocks Used Available Use% Mounted on
/dev/sda1 7913216K 2348412K 5165992K 32% /
varrun 257788K 108K 257680K 1% /var/run
varlock 257788K 0K 257788K 0% /var/lock
udev 257788K 56K 257732K 1% /dev
I wish to get "1K-blocks" and "Used".
dfthroughawkfirst? (linuxfocus.org/English/September1999/article103.html)