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

From Alliance Doc
Jump to navigation Jump to search
(Importing a new version from external source)
(Importing a new version from external source)
Line 1: Line 1:
=== Ncurse User Interface ===
=== Ncurse User Interface ===
First list all the projects that you have access to:
First list all the projects you have access to:
<pre>
<pre>
  ls ~/projects/
  ls ~/projects/
Line 11: Line 11:
</pre>
</pre>
This command loads a browser that shows 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 your 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 20:02, 20 April 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 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 your project space with duc ncurse tool