Code Search for Developers
 
 
  

node6.html from Gulus at Krugle


Show node6.html syntax highlighted

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">

<!--Converted with LaTeX2HTML 99.2beta8 (1.42)
original version by:  Nikos Drakos, CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Créer</TITLE>
<META NAME="description" CONTENT="Créer">
<META NAME="keywords" CONTENT="talk_bash">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="LaTeX2HTML v99.2beta8">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">

<LINK REL="STYLESHEET" HREF="talk_bash.css">

<LINK REL="next" HREF="node7.html">
<LINK REL="previous" HREF="node5.html">
<LINK REL="up" HREF="talk_bash.html">
<LINK REL="next" HREF="node7.html">
</HEAD>

<BODY >

<A NAME="tex2html217"
  HREF="node7.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="./icons/next.png"></A> 
<A NAME="tex2html213"
  HREF="talk_bash.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="./icons/up.png"></A> 
<A NAME="tex2html207"
  HREF="node5.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="./icons/prev.png"></A> 
<A NAME="tex2html215"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
 SRC="./icons/contents.png"></A>  <BR>
<B> Next:</B> <A NAME="tex2html218"
  HREF="node7.html">Bouger</A>
<B>Up:</B> <A NAME="tex2html214"
  HREF="talk_bash.html">La console - version</A>
<B> Previous:</B> <A NAME="tex2html208"
  HREF="node5.html">Se promener, chercher</A>
<BR> <HR> <P>

<!--End of Navigation Panel-->
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"><STRONG>Sous-sections</STRONG></A>

<UL>
<LI><A NAME="tex2html219"
  HREF="node6.html#SECTION00061000000000000000">mkdir -- créer des répertoires</A>
<LI><A NAME="tex2html220"
  HREF="node6.html#SECTION00062000000000000000">pico -- l'éditeur simple</A>
<LI><A NAME="tex2html221"
  HREF="node6.html#SECTION00063000000000000000">Vi et ViM -- l'éditeur</A>
</UL>
<!--End of Table of Child-Links-->
<HR>

<H1><A NAME="SECTION00060000000000000000">
Créer</A>
</H1>

<P>
On crée ici des répertoires et des fichiers. Pour ces derniers, plusieurs éditeurs en mode console (disponible sur le
terminal) nous sont accessibles. J'en présente deux, l'un des plus simple -- pico -- 
et l'un des plus riche -- ViM -- (peut être un peu rebutant au départ).

<P>
J'ai un parti pris pour ViM. Il existe aussi Emacs en console qui est absolument très puissant.

<P>

<H2><A NAME="SECTION00061000000000000000"></A>
<A NAME="sub:mkdir"></A>
<BR>
mkdir -- créer des répertoires
</H2>

<P>
<DL>
<DT><STRONG>mkdir:</STRONG></DT>
<DD>(make directories) créer des répertoires.
</DD>
<DT><STRONG>Usage:</STRONG></DT>
<DD>mkdir RÉPERTOIRE...
</DD>
</DL>

<P>

<H2><A NAME="SECTION00062000000000000000"></A>
<A NAME="sub:pico"></A>
<BR>
pico -- l'éditeur simple
</H2>
Un éditeur tout simple, peu puissant et efficace. Il sera disponible partout où le sera "pine", le mailer.
Au bas de l'écran de pico apparaissent les options et leurs raccourcis au clavier.
<DL>
<DT><STRONG>pico:</STRONG></DT>
<DD>Éditeur simple de texte dans le style de "Pine Composer".
</DD>
<DT><STRONG>Usage:</STRONG></DT>
<DD>pico FICHIER
</DD>
</DL>

<P>

<H2><A NAME="SECTION00063000000000000000"></A>
<A NAME="sub:vim"></A>
<BR>
Vi et ViM -- l'éditeur
</H2>

<P>
vi est l'ancêtre, disponible sur tous les *nix depuis l'age de pierre. Un peu limité cependant. ViM (pour Vi IMproved) est sensiblement
plus puissant. L'aborder ici serait abusif. Essayez un tuteur, situé dans ce répertoire sur ma machine: "/usr/share/vim/vim56/tutor/".

<P>
<DL>
<DT><STRONG>Vi(M):</STRONG></DT>
<DD>éditeur de texte pour programmeur (et paresseux).
</DD>
<DT><STRONG>usage:</STRONG></DT>
<DD>vi(m) fichier
</DD>
</DL>

<P>
<HR>
<A NAME="tex2html217"
  HREF="node7.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="./icons/next.png"></A> 
<A NAME="tex2html213"
  HREF="talk_bash.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="./icons/up.png"></A> 
<A NAME="tex2html207"
  HREF="node5.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="./icons/prev.png"></A> 
<A NAME="tex2html215"
  HREF="node1.html">
<IMG WIDTH="65" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="contents"
 SRC="./icons/contents.png"></A>  <BR>
<B> Next:</B> <A NAME="tex2html218"
  HREF="node7.html">Bouger</A>
<B>Up:</B> <A NAME="tex2html214"
  HREF="talk_bash.html">La console - version</A>
<B> Previous:</B> <A NAME="tex2html208"
  HREF="node5.html">Se promener, chercher</A>

<!--End of Navigation Panel-->
<ADDRESS>
<I>Xavier Barnabe-Theriault <BR>
2001-09-20</I>
</ADDRESS>
</BODY>
</HTML>




See more files for this project here

Gulus

Groupe d\'Utilisateurs de Linux de l\'Universit? de Sherbrooke. http://www.gulus.org/

Project homepage: http://sourceforge.net/projects/gulus
Programming language(s): PHP,Shell Script
License: other

  icons/
    contents.png
    next.png
    next_g.png
    prev.png
    prev_g.png
    up.png
    up_g.png
  index.html
  node1.html
  node10.html
  node11.html
  node2.html
  node3.html
  node4.html
  node5.html
  node6.html
  node7.html
  node8.html
  node9.html
  talk_bash.css
  talk_bash.html