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)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
=== Ncurse User Interface ===
=== ncurse user interface ===
First list all the projects you have access to:
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>.
<pre>
{{Command|diskusage_explorer /project/def-professor}}
ls ~/projects/
This command loads a browser that shows the resources consumed by all files under any directory tree.
    def-bourqueg  def-lathrop  def-poq-ab  rrg-bourqueg-ad  rrg-lathrop
[[File:Ncurse duc.png|thumb|using|450px|frame|left| Navigating your project space with duc's ncurse tool]]
</pre>
We will take the def-poq-ab project as an example,
<pre>
GROUP=def-poq-ab
duc ui -d /project/.duc_databases/${GROUP}.sqlite  /project/${GROUP}
</pre>
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 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. -->

Latest revision as of 19:36, 8 June 2023

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

Choose a /project space you have access to and want to analyze; for the purpose of this discussion we will use def-professor.

Question.png
[name@server ~]$ diskusage_explorer /project/def-professor

This command loads a browser that shows the resources consumed by all files under any directory tree.

Navigating your project space with duc's ncurse tool