https://github.com/csm-18/sz-know-size-of-binary
sz: A simple tool to know size of a binary.
https://github.com/csm-18/sz-know-size-of-binary
linux linuxmint
Last synced: 8 days ago
JSON representation
sz: A simple tool to know size of a binary.
- Host: GitHub
- URL: https://github.com/csm-18/sz-know-size-of-binary
- Owner: csm-18
- License: mit
- Created: 2024-08-16T09:11:53.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-16T11:28:35.000Z (8 months ago)
- Last Synced: 2025-02-16T12:57:34.683Z (2 months ago)
- Topics: linux, linuxmint
- Language: Rust
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sz-know-size-of-binary
## TO BUILD
1. Clone this repo.
2. cd into sz-know-size-of-binary dir.
3. Run: `cargo build --release`
4. You can find the sz binary in "target/release" folder.
5. Add sz binary path to PATH environment variable.## TO RUN
```sh
sz
```