Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 17, 2018 03:24
Show Gist options
  • Save ryantm/8c6bc7d400f62ed12d0d02d7700cd328 to your computer and use it in GitHub Desktop.
Save ryantm/8c6bc7d400f62ed12d0d02d7700cd328 to your computer and use it in GitHub Desktop.
/nix/store/42vkzjsbzmna3jgfpnhcyfl9lyaz2p3l-pciutils-3.6.2
├── 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.2
│   ├── libpci.so.3.6.2
│   └── 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