tree
Display the directory structure of a path in a tree-like format
USAGE: ./zig-out/bin/tree [OPTIONS] [--] [directory] OPTIONS: -m, --mode STRING Line drawing characters. (valid: ascii|box|dos)(default: box) -a, --all All files are printed. -s, --size Print the size of each file in bytes along with the name. -d, --directory List directories only. -L, --level INTEGER Max display depth of the directory tree. -v, --version Print version. -h, --help Print help information.
Demo
|
|