Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 1, 2019 23:25
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 ryantm/60b8d81a1358eb555bfb21275e984ab8 to your computer and use it in GitHub Desktop.
Save ryantm/60b8d81a1358eb555bfb21275e984ab8 to your computer and use it in GitHub Desktop.
/nix/store/qax23kff8r06qdmhybgc40ig8xp72bj0-lldpd-1.0.4
├── 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