Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 15, 2019 19:06
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 ryantm/ea74600e055df458436003fdfb90daff to your computer and use it in GitHub Desktop.
Save ryantm/ea74600e055df458436003fdfb90daff to your computer and use it in GitHub Desktop.
/nix/store/cmfswywa08xisxpmmk507mpns67iba2r-libbytesize-2.1
├── bin
│   └── bscalc
├── lib
│   ├── libbytesize.la
│   ├── libbytesize.so -> libbytesize.so.1.0.0
│   ├── libbytesize.so.1 -> libbytesize.so.1.0.0
│   ├── libbytesize.so.1.0.0
│   └── python3.7
│   └── site-packages
│   └── bytesize
│   ├── bytesize.py
│   └── __init__.py
└── share
└── man
└── man1
└── bscalc.1.gz
8 directories, 8 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment