Translations:Diskusage Explorer/5/en: Difference between revisions

From Alliance Doc
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 load a browser that states the resources consumed by all files under any directory tree
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

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Diskusage Explorer)
=== ncurse user interface ===
Choose a /project space you have access to and want to analyze; for the purpose of this discussion we will use <tt>def-professor</tt>.
{{Command|diskusage_explorer /project/def-professor}}
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 your project space with duc's ncurse tool]]
<br clear=all> <!-- This is to prevent the next section from filling to the right of the image. -->

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

Navigating you project space with duc ncurse tool