Skip to content

Instantly share code, notes, and snippets.

@phunehehe
Last active December 27, 2015 06:52
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 phunehehe/4002ea6533875fa1c006 to your computer and use it in GitHub Desktop.
Save phunehehe/4002ea6533875fa1c006 to your computer and use it in GitHub Desktop.
$ tree /nix/store/q56a5gs1iq3f9q0afrb2prn5wdxs5392-archiveopteryx-3.2.0
/nix/store/q56a5gs1iq3f9q0afrb2prn5wdxs5392-archiveopteryx-3.2.0
├── bin
│   ├── aox -> /nix/store/q56a5gs1iq3f9q0afrb2prn5wdxs5392-archiveopteryx-3.2.0/usr/local/archiveopteryx/bin/aox
│   ├── aoxdeliver -> /nix/store/q56a5gs1iq3f9q0afrb2prn5wdxs5392-archiveopteryx-3.2.0/usr/local/archiveopteryx/bin/aoxdeliver
│   ├── aoxexport -> /nix/store/q56a5gs1iq3f9q0afrb2prn5wdxs5392-archiveopteryx-3.2.0/usr/local/archiveopteryx/bin/aoxexport
│   ├── aoximport -> /nix/store/q56a5gs1iq3f9q0afrb2prn5wdxs5392-archiveopteryx-3.2.0/usr/local/archiveopteryx/bin/aoximport
│   ├── archiveopteryx -> /nix/store/q56a5gs1iq3f9q0afrb2prn5wdxs5392-archiveopteryx-3.2.0/usr/local/archiveopteryx/sbin/archiveopteryx
│   ├── logd -> /nix/store/q56a5gs1iq3f9q0afrb2prn5wdxs5392-archiveopteryx-3.2.0/usr/local/archiveopteryx/sbin/logd
│   └── recorder -> /nix/store/q56a5gs1iq3f9q0afrb2prn5wdxs5392-archiveopteryx-3.2.0/usr/local/archiveopteryx/sbin/recorder
└── usr
└── local
└── archiveopteryx
├── bin
│   ├── aox
│   ├── aoxdeliver
│   ├── aoxexport
│   └── aoximport
├── bsd.txt
├── COPYING
├── jail
│   ├── messages
│   └── var
│   └── run
├── lib
│   ├── archiveopteryx
│   ├── contrib
│   │   └── rrdglue
│   ├── downgrades
│   ├── field-names
│   ├── flag-names
│   ├── fts.pg
│   ├── installer
│   ├── pidfiles
│   └── schema.pg
├── man
│   ├── man5
│   │   ├── aoxsuper.conf.5
│   │   └── archiveopteryx.conf.5
│   └── man8
│   ├── aox.8
│   ├── aoxdeliver.8
│   ├── aoximport.8
│   ├── archiveopteryx.8
│   ├── installer.8
│   ├── logd.8
│   └── recorder.8
├── README
└── sbin
├── archiveopteryx
├── logd
└── recorder
16 directories, 34 files
$ tree /nix/store/ipq12nycvvish9v20h8zb25dac3z0d8i-archiveopteryx-3.2.0
/nix/store/ipq12nycvvish9v20h8zb25dac3z0d8i-archiveopteryx-3.2.0
├── bin
│   ├── aox
│   ├── aoxdeliver
│   ├── aoxexport
│   ├── aoximport
│   ├── archiveopteryx
│   ├── logd
│   └── recorder
├── jail
│   ├── messages
│   └── var
│   └── run
├── lib
│   ├── archiveopteryx
│   ├── contrib
│   │   └── rrdglue
│   ├── downgrades
│   ├── field-names
│   ├── flag-names
│   ├── fts.pg
│   ├── installer
│   ├── pidfiles
│   └── schema.pg
├── sbin -> bin
└── share
├── doc
│   └── archiveopteryx
│   ├── bsd.txt
│   ├── COPYING
│   └── README
└── man
├── man5
│   ├── aoxsuper.conf.5.gz
│   └── archiveopteryx.conf.5.gz
└── man8
├── aox.8.gz
├── aoxdeliver.8.gz
├── aoximport.8.gz
├── archiveopteryx.8.gz
├── installer.8.gz
├── logd.8.gz
└── recorder.8.gz
15 directories, 27 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment