Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 4, 2018 06:33
Show Gist options
  • Save ryantm/14de3686e9655a5caebb679baf8aa598 to your computer and use it in GitHub Desktop.
Save ryantm/14de3686e9655a5caebb679baf8aa598 to your computer and use it in GitHub Desktop.
/nix/store/6d74q9zbwmbzhvrg4aca1xjfj0gwin4p-iperf-3.6
├── bin
│   ├── iperf -> iperf3
│   └── iperf3
├── include
│   └── iperf_api.h
├── lib
│   ├── libiperf.la
│   ├── libiperf.so -> libiperf.so.0.0.0
│   ├── libiperf.so.0 -> libiperf.so.0.0.0
│   └── libiperf.so.0.0.0
└── share
└── man
├── man1
│   └── iperf3.1.gz
└── man3
└── libiperf.3.gz
7 directories, 9 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment