Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created February 8, 2020 17:33
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 r-ryantm/e36b1a0edc4760557609da7a712d104b to your computer and use it in GitHub Desktop.
Save r-ryantm/e36b1a0edc4760557609da7a712d104b to your computer and use it in GitHub Desktop.
/nix/store/1zhgj8vhv5zx820wvvrwqzz20i4a9qx7-lldpd-1.0.5
├── bin
│   ├── lldpcli
│   ├── lldpctl -> lldpcli
│   └── lldpd
├── etc
│   └── lldpd.d
│   └── README.conf
├── lib
│   ├── liblldpctl.la
│   ├── liblldpctl.so -> liblldpctl.so.4.8.0
│   ├── liblldpctl.so.4 -> liblldpctl.so.4.8.0
│   ├── liblldpctl.so.4.8.0
│   └── systemd
│   └── system
│   └── lldpd.service
├── sbin -> bin
└── share
├── bash-completion
│   └── completions
│   └── lldpcli
└── zsh
└── site-functions
└── _lldpcli
12 directories, 11 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment