Translations:Diskusage Explorer/5/en: Difference between revisions
Jump to navigation
Jump to search
m (FuzzyBot moved page Translations:Projects space usage/5/en to Translations:Diskusage Explorer/5/en without leaving a redirect: Part of translatable page "Projects space usage") |
(Importing a new version from external source) |
||
Line 10: | Line 10: | ||
duc ui -d /project/.duc_databases/${GROUP}.sqlite /project/${GROUP} | duc ui -d /project/.duc_databases/${GROUP}.sqlite /project/${GROUP} | ||
</pre> | </pre> | ||
This | This command loads a browser that shows the resources consumed by all files under any directory tree | ||
[[File:Ncurse duc.png|thumb|using|450px|frame|left| Navigating you project space with duc ncurse tool]] | [[File:Ncurse duc.png|thumb|using|450px|frame|left| Navigating you project space with duc ncurse tool]] | ||
<br clear=all> <!-- This is to prevent the next section from filling to the right of the image. --> | <br clear=all> <!-- This is to prevent the next section from filling to the right of the image. --> |
Revision as of 19:17, 29 March 2021
Ncurse User Interface
First list all the projects that you have access to:
ls ~/projects/ def-bourqueg def-lathrop def-poq-ab rrg-bourqueg-ad rrg-lathrop
We will take the def-poq-ab project as an example,
GROUP=def-poq-ab duc ui -d /project/.duc_databases/${GROUP}.sqlite /project/${GROUP}
This command loads a browser that shows the resources consumed by all files under any directory tree