Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created April 17, 2018 09:45
Show Gist options
  • Save ryantm/b6f0a44bc22e88f13fe5dbc4f56d9296 to your computer and use it in GitHub Desktop.
Save ryantm/b6f0a44bc22e88f13fe5dbc4f56d9296 to your computer and use it in GitHub Desktop.
/nix/store/n5afz3w8g0mj9pf5qcndb3kdz4jbljca-file-5.33
├── bin
│   └── file
├── include
│   └── magic.h
├── lib
│   ├── libmagic.la
│   ├── libmagic.so -> libmagic.so.1.0.0
│   ├── libmagic.so.1 -> libmagic.so.1.0.0
│   └── libmagic.so.1.0.0
└── share
├── man
│   ├── man1
│   │   └── file.1.gz
│   ├── man3
│   │   └── libmagic.3.gz
│   ├── man4
│   │   └── magic.4.gz
│   └── man5
└── misc
└── magic.mgc
10 directories, 10 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment