Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created December 2, 2020 17:19
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/834a272c8429e7aa38ca2d326b90b519 to your computer and use it in GitHub Desktop.
Save r-ryantm/834a272c8429e7aa38ca2d326b90b519 to your computer and use it in GitHub Desktop.
/nix/store/0jmh2pxy7mp58hsq1z6b7wry99mczi7k-libewf-20201129
├── bin
│   ├── ewfacquire
│   ├── ewfacquirestream
│   ├── ewfdebug
│   ├── ewfexport
│   ├── ewfinfo
│   ├── ewfmount
│   ├── ewfrecover
│   └── ewfverify
├── include
│   ├── libewf
│   │   ├── codepage.h
│   │   ├── definitions.h
│   │   ├── error.h
│   │   ├── extern.h
│   │   ├── features.h
│   │   └── types.h
│   └── libewf.h
├── lib
│   ├── libewf.la
│   ├── libewf.so -> libewf.so.3.0.0
│   ├── libewf.so.3 -> libewf.so.3.0.0
│   ├── libewf.so.3.0.0
│   └── pkgconfig
│   └── libewf.pc
└── share
└── man
├── man1
│   ├── ewfacquire.1.gz
│   ├── ewfacquirestream.1.gz
│   ├── ewfexport.1.gz
│   ├── ewfinfo.1.gz
│   ├── ewfmount.1.gz
│   ├── ewfrecover.1.gz
│   └── ewfverify.1.gz
└── man3
└── libewf.3.gz
9 directories, 28 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment