Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created December 8, 2019 19:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/24f99b484ac091ad7c56c5c178487ff6 to your computer and use it in GitHub Desktop.
Save ryantm/24f99b484ac091ad7c56c5c178487ff6 to your computer and use it in GitHub Desktop.
/nix/store/rjmvxrwlhqa716njlzz0yvj2jg3kffzs-nco-4.9.0
├── bin
│   ├── ncap2
│   ├── ncatted
│   ├── ncbo
│   ├── ncclimo
│   ├── ncdiff -> ncbo
│   ├── ncea -> ncra
│   ├── ncecat
│   ├── nces -> ncra
│   ├── ncflint
│   ├── ncks
│   ├── ncpdq
│   ├── ncra
│   ├── ncrcat -> ncra
│   ├── ncremap
│   ├── ncrename
│   └── ncwa
├── include
│   ├── libnco_c++.hh
│   ├── nco_att.hh
│   ├── nco_dmn.hh
│   ├── nco_fl.hh
│   ├── nco_hgh.hh
│   ├── nco_utl.hh
│   └── nco_var.hh
├── lib
│   ├── libnco-4.9.0.so
│   ├── libnco_c++-4.9.0.so
│   ├── libnco_c++.la
│   ├── libnco_c++.so -> libnco_c++-4.9.0.so
│   ├── libnco.la
│   └── libnco.so -> libnco-4.9.0.so
└── share
└── man
└── man1
├── ncap2.1.gz
├── ncatted.1.gz
├── ncbo.1.gz
├── ncclimo.1.gz
├── ncecat.1.gz
├── nces.1.gz
├── ncflint.1.gz
├── ncks.1.gz
├── nco.1.gz
├── ncpdq.1.gz
├── ncra.1.gz
├── ncrcat.1.gz
├── ncremap.1.gz
├── ncrename.1.gz
└── ncwa.1.gz
6 directories, 44 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment