Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 18, 2018 15:39
Show Gist options
  • Save ryantm/cd23360b929364411826f595200c5b3f to your computer and use it in GitHub Desktop.
Save ryantm/cd23360b929364411826f595200c5b3f to your computer and use it in GitHub Desktop.
/nix/store/qbgnkvglknj1wdwvj4h0sngg956xqxw8-pciutils-3.6.1
├── 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.1
│   ├── libpci.so.3.6.1
│   └── 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