LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

sizeof

Get the byte size of strings, URLs, and files

TLDR

Get the byte size of a string
$ sizeof "[hello world]"
copy
Get the size of a webpage
$ sizeof "[https://example.com]"
copy
Get the size of a local file
$ sizeof [/path/to/file.html]
copy

SYNOPSIS

sizeof input

DESCRIPTION

sizeof is a command-line tool that tells you the size of strings, URLs, and files in bytes and human-readable terms. You pass it arbitrary strings, URLs, or file paths and it returns a breakdown of the size.

INSTALL

yay -S sizeof
copy

HISTORY

sizeof was created by Zachary Proser (zackproser) and is written in Go.

SEE ALSO

wc(1), du(1), stat(1)

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid