2 releases
0.1.2 | May 3, 2023 |
---|---|
0.1.1 | May 3, 2023 |
#1251 in Filesystem
10KB
252 lines
#+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 device_status -- --path ../test_files --id 1 --name david --list #+end_src
O bien, con solo el binario:
#+begin_src bash device_status --path ../test_files --id 1 --name david #+end_src
Para ver las opciones:
#+begin_src bash device_status --help #+end_src
Dependencies
~5–16MB
~134K SLoC