disk_usage

command module
v0.1.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 30, 2017 License: Apache-2.0 Imports: 9 Imported by: 0

README

disk_usage

disk_usage is a utility that will walk down from a starting location on a filesystem and return pertinent usage data. This includes, space of the partition, inode data, upto the 10 largest cumulative directories, and upto the 20 largest files.

This is the version of disk_usage written in go.

Installing disk_usage
  • Using Go:
    • Make sure you have go installed (for Mac users I strongly recommend HomeBrew: just brew install go.

    • Set your $GOPATH and $GOBIN variables.

    • Build from source:

      git clone git@github.com:josh-paul/go_disk_usage.git
      cd go_disk_usage
      go build -o $GOBIN/disk_usage
      $GOBIN/disk_usage TARGET
      

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL