+TITLE: Device Status Info

This software can show you the information about the use of memory on disk.

You have to give the path and detect the device asociated to the path. Also you can give a file with a list of path. If not exists return info with 0.

Example:

+begin_src bash

cargo run --bin devicestatus -- --path ../testfiles --id 1 --name david --list

+end_src

O bien, con solo el binario:

+begin_src bash

devicestatus --path ../testfiles --id 1 --name david

+end_src

Para ver las opciones:

+begin_src bash

device_status --help

+end_src