Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 4, 2018 05:53
Show Gist options
  • Save ryantm/41f09d1c597fdac38e45fb2ab6bec655 to your computer and use it in GitHub Desktop.
Save ryantm/41f09d1c597fdac38e45fb2ab6bec655 to your computer and use it in GitHub Desktop.
/nix/store/rzhnqdk6w2pmkg770dp4d4b5dfhg6dxc-libnfs-3.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.12.0.0
│   ├── libnfs.so.12 -> libnfs.so.12.0.0
│   ├── libnfs.so.12.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