Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 11, 2018 04:08
Show Gist options
  • Save ryantm/932f1a4dc800d742ebb11c348d927eac to your computer and use it in GitHub Desktop.
Save ryantm/932f1a4dc800d742ebb11c348d927eac to your computer and use it in GitHub Desktop.
/nix/store/00pbm219d71n3rf14xbza3fzy0fjcb2w-lldpd-1.0.1
├── 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