Report filesystem disk space usage.
Synopsis
df [OPTION]...
Description
Display information about the filesystem on which each FILE resides, or all filesystems by default. Runs in the just-bash WASM shell inside SLICC.
Options
-h, --human-readableāPrint sizes in human-readable format.
Examples
$ df -h
Show filesystem usage in human-readable format.
Notes
Reports on the virtual filesystem (IndexedDB). Storage quota information depends on browser support for the Storage API.
See Also
du, stat