Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created June 9, 2020 17:24
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 r-ryantm/39d0ab0e917e5e819a447143add6245f to your computer and use it in GitHub Desktop.
Save r-ryantm/39d0ab0e917e5e819a447143add6245f to your computer and use it in GitHub Desktop.
/nix/store/9mgiz24p1cq51q5kxabx7r4dmm8kbirf-freetds-1.1.40
├── bin
│   ├── bsqldb
│   ├── bsqlodbc
│   ├── datacopy
│   ├── defncopy
│   ├── fisql
│   ├── freebcp
│   ├── osql
│   ├── tdspool
│   └── tsql
├── etc
│   ├── freetds.conf
│   ├── locales.conf
│   └── pool.conf
├── include
│   ├── bkpublic.h
│   ├── cspublic.h
│   ├── cstypes.h
│   ├── ctpublic.h
│   ├── odbcss.h
│   ├── sqldb.h
│   ├── sqlfront.h
│   ├── sybdb.h
│   ├── syberror.h
│   ├── sybfront.h
│   └── tds_sysdep_public.h
├── lib
│   ├── libct.la
│   ├── libct.so -> libct.so.4.0.0
│   ├── libct.so.4 -> libct.so.4.0.0
│   ├── libct.so.4.0.0
│   ├── libsybdb.la
│   ├── libsybdb.so -> libsybdb.so.5.1.0
│   ├── libsybdb.so.5 -> libsybdb.so.5.1.0
│   ├── libsybdb.so.5.1.0
│   ├── libtdsodbc.la
│   ├── libtdsodbc.so -> libtdsodbc.so.0.0.0
│   ├── libtdsodbc.so.0 -> libtdsodbc.so.0.0.0
│   └── libtdsodbc.so.0.0.0
└── share
├── doc
│   └── freetds
│   ├── images
│   │   ├── callouts
│   │   │   ├── 10.gif
│   │   │   ├── 1.gif
│   │   │   ├── 2.gif
│   │   │   ├── 3.gif
│   │   │   ├── 4.gif
│   │   │   ├── 5.gif
│   │   │   ├── 6.gif
│   │   │   ├── 7.gif
│   │   │   ├── 8.gif
│   │   │   └── 9.gif
│   │   ├── caution.gif
│   │   ├── important.gif
│   │   ├── note.gif
│   │   ├── tip.gif
│   │   └── warning.gif
│   ├── reference
│   │   └── index.html
│   └── userguide
│   └── index.html
└── man
├── man1
│   ├── bsqldb.1.gz
│   ├── bsqlodbc.1.gz
│   ├── datacopy.1.gz
│   ├── defncopy.1.gz
│   ├── fisql.1.gz
│   ├── freebcp.1.gz
│   ├── osql.1.gz
│   └── tsql.1.gz
└── man5
└── freetds.conf.5.gz
14 directories, 61 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment