Modify how the header row of df's output is split

This CL modified how the columns title of df is split.
This is necessary because df's columns titles row is
split by a regular expression and changing the call of df from
df -h to df -k changed pattern of the titles

Change-Id: Ic793b987c2ed8922edfc41b5b04b074a04c71b88
Reviewed-on: https://cos-review.googlesource.com/c/cos/tools/+/20930
Reviewed-by: Dexter Rivera <riverade@google.com>
Tested-by: Dexter Rivera <riverade@google.com>
Cloud-Build: Dexter Rivera <riverade@google.com>
3 files changed
tree: 6df689569a888e728ef4ce246e7bb1960979a116
  1. release/
  2. src/
  3. testing/
  4. BUILD.bazel
  5. cloudbuild.yaml
  6. CONTRIBUTING.md
  7. deps.bzl
  8. go.mod
  9. go.sum
  10. LICENSE
  11. README.md
  12. run_tests.sh
  13. WORKSPACE
README.md

Tools for Container-Optimized OS

This is a repository of various tools developed for Container-Optimized OS. Examples include cos-gpu-installer, cos-toolbox, etc.

See CONTRIBUTING.md for how to contribute.