Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 10, 2019 20:04
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/928293774a322fd2dcb95b59a86e14b7 to your computer and use it in GitHub Desktop.
Save ryantm/928293774a322fd2dcb95b59a86e14b7 to your computer and use it in GitHub Desktop.
/nix/store/kb3wjfhvq3jir1cavmaxsr8qdagk2rpq-libnfs-4.0.0
├── bin
│   ├── nfs-cat
│   ├── nfs-cp
│   └── nfs-ls
├── include
│   └── nfsc
│   ├── libnfs.h
│   ├── libnfs-raw.h
│   ├── libnfs-raw-mount.h
│   ├── libnfs-raw-nfs4.h
│   ├── libnfs-raw-nfs.h
│   ├── libnfs-raw-nlm.h
│   ├── libnfs-raw-nsm.h
│   ├── libnfs-raw-portmap.h
│   ├── libnfs-raw-rquota.h
│   └── libnfs-zdr.h
├── lib
│   ├── libnfs.la
│   ├── libnfs.so -> libnfs.so.13.0.0
│   ├── libnfs.so.13 -> libnfs.so.13.0.0
│   ├── libnfs.so.13.0.0
│   └── pkgconfig
│   └── libnfs.pc
└── share
└── man
└── man1
├── nfs-cat.1.gz
├── nfs-cp.1.gz
└── nfs-ls.1.gz
8 directories, 21 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment