Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created March 21, 2018 11:13
Show Gist options
  • Save ryantm/09c59bac7a63f422b01e46272e81915b to your computer and use it in GitHub Desktop.
Save ryantm/09c59bac7a63f422b01e46272e81915b to your computer and use it in GitHub Desktop.
/nix/store/mmcxnlq2km3jcd0iwfnfrqr1v3g1k0ax-unixODBC-2.3.6
├── bin
│   ├── dltest
│   ├── isql
│   ├── iusql
│   ├── odbc_config
│   ├── odbcinst
│   └── slencheck
├── include
│   ├── autotest.h
│   ├── odbcinstext.h
│   ├── odbcinst.h
│   ├── sqlext.h
│   ├── sql.h
│   ├── sqlspi.h
│   ├── sqltypes.h
│   ├── sqlucode.h
│   ├── unixodbc_conf.h
│   ├── uodbc_extras.h
│   └── uodbc_stats.h
├── lib
│   ├── libodbccr.la
│   ├── libodbccr.so -> libodbccr.so.2.0.0
│   ├── libodbccr.so.2 -> libodbccr.so.2.0.0
│   ├── libodbccr.so.2.0.0
│   ├── libodbcinst.la
│   ├── libodbcinst.so -> libodbcinst.so.2.0.0
│   ├── libodbcinst.so.2 -> libodbcinst.so.2.0.0
│   ├── libodbcinst.so.2.0.0
│   ├── libodbc.la
│   ├── libodbc.so -> libodbc.so.2.0.0
│   ├── libodbc.so.2 -> libodbc.so.2.0.0
│   ├── libodbc.so.2.0.0
│   └── pkgconfig
│   ├── odbccr.pc
│   ├── odbcinst.pc
│   └── odbc.pc
└── share
└── man
├── man1
│   ├── dltest.1.gz
│   ├── isql.1.gz
│   ├── iusql.1.gz
│   ├── odbc_config.1.gz
│   └── odbcinst.1.gz
├── man5
│   ├── odbc.ini.5.gz
│   └── odbcinst.ini.5.gz
└── man7
└── unixODBC.7.gz
9 directories, 40 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment