rsnt_translations
56,430
edits
(Updating to match new version of source page) |
(Created page with "=== Interface ncurses === Listez d'abord tous les projets auxquels vous avez accès. <pre> ls ~/projects/ def-bourqueg def-lathrop def-poq-ab rrg-bourqueg-ad rrg-lath...") |
||
Line 13: | Line 13: | ||
</div> | </div> | ||
=== | === Interface ncurses === | ||
Listez d'abord tous les projets auxquels vous avez accès. | |||
<pre> | <pre> | ||
ls ~/projects/ | ls ~/projects/ | ||
def-bourqueg def-lathrop def-poq-ab rrg-bourqueg-ad rrg-lathrop | def-bourqueg def-lathrop def-poq-ab rrg-bourqueg-ad rrg-lathrop | ||
</pre> | </pre> | ||
Le projet <tt>def-poq-ab</tt> servira à notre exemple. | |||
<pre> | <pre> | ||
GROUP=def-poq-ab | GROUP=def-poq-ab | ||
duc ui -d /project/.duc_databases/${GROUP}.sqlite /project/${GROUP} | duc ui -d /project/.duc_databases/${GROUP}.sqlite /project/${GROUP} | ||
</pre> | </pre> | ||
Cette commande charge un navigateur qui montre les ressources consommées par tous les fichiers dans l'arborescence d'un répertoire. | |||
[[File:Ncurse duc.png|thumb|using|450px|frame|left| Navigating | [[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. --> | ||