Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 21, 2018 01:58
Show Gist options
  • Save ryantm/74ab9782611602d870caba813c09697e to your computer and use it in GitHub Desktop.
Save ryantm/74ab9782611602d870caba813c09697e to your computer and use it in GitHub Desktop.
/nix/store/zchkzwsgsnl8aqbxzvi7hh93bdfl4759-netcdf-4.6.1
├── bin
│   ├── nc-config
│   ├── nccopy
│   ├── ncdump
│   ├── ncgen
│   ├── ncgen3
│   └── ocprint
├── include
│   ├── netcdf.h
│   ├── netcdf_mem.h
│   └── netcdf_meta.h
├── lib
│   ├── libbzip2.la
│   ├── libbzip2.so
│   ├── libmisc.la
│   ├── libmisc.so
│   ├── libnetcdf.la
│   ├── libnetcdf.settings
│   ├── libnetcdf.so -> libnetcdf.so.13.1.1
│   ├── libnetcdf.so.13 -> libnetcdf.so.13.1.1
│   ├── libnetcdf.so.13.1.1
│   └── pkgconfig
│   └── netcdf.pc
└── share
└── man
├── man1
│   ├── nccopy.1.gz
│   ├── ncdump.1.gz
│   ├── ncgen.1.gz
│   └── ncgen3.1.gz
└── man3
└── netcdf.3.gz
8 directories, 24 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment