Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 4, 2018 03:03
Show Gist options
  • Save ryantm/846575baea469566671c1177083dfea1 to your computer and use it in GitHub Desktop.
Save ryantm/846575baea469566671c1177083dfea1 to your computer and use it in GitHub Desktop.
/nix/store/43hmbdyx3rr7ffzyhbqc3lk96sn64zh0-pciutils-3.6.0
├── bin
│   ├── lspci
│   └── setpci
├── include
│   └── pci
│   ├── config.h
│   ├── header.h
│   ├── pci.h
│   └── types.h
├── lib
│   ├── libpci.so -> libpci.so.3
│   ├── libpci.so.3 -> libpci.so.3.6.0
│   ├── libpci.so.3.6.0
│   └── pkgconfig
│   └── libpci.pc
├── sbin -> bin
└── share
├── man
│   ├── man7
│   │   └── pcilib.7.gz
│   └── man8
│   ├── lspci.8.gz
│   └── setpci.8.gz
└── pci.ids
10 directories, 14 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment