Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 29, 2018 21:42
Show Gist options
  • Save ryantm/9c37570ea9583a96c58a0d50dd6b500a to your computer and use it in GitHub Desktop.
Save ryantm/9c37570ea9583a96c58a0d50dd6b500a to your computer and use it in GitHub Desktop.
/nix/store/9az9m22hp4dqbnb2fl0rrs92bh2wr47l-mandoc-1.14.3
├── bin
│   ├── apropos
│   ├── demandoc
│   ├── makewhatis
│   ├── man
│   ├── mandoc
│   ├── soelim
│   └── whatis
├── sbin -> bin
└── share
└── man
├── man1
│   ├── apropos.1.gz
│   ├── demandoc.1.gz
│   ├── man.1.gz
│   ├── mandoc.1.gz
│   ├── soelim.1.gz
│   └── whatis.1.gz
├── man5
│   ├── man.conf.5.gz
│   └── mandoc.db.5.gz
├── man7
│   ├── eqn.7.gz
│   ├── man.7.gz
│   ├── mandoc_char.7.gz
│   ├── mdoc.7.gz
│   ├── roff.7.gz
│   └── tbl.7.gz
└── man8
└── makewhatis.8.gz
8 directories, 22 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment