Show node8.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>Détruire</TITLE>
<META NAME="description" CONTENT="Détruire">
<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="node9.html">
<LINK REL="previous" HREF="node7.html">
<LINK REL="up" HREF="talk_bash.html">
<LINK REL="next" HREF="node9.html">
</HEAD>
<BODY >
<A NAME="tex2html246"
HREF="node9.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
SRC="./icons/next.png"></A>
<A NAME="tex2html242"
HREF="talk_bash.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
SRC="./icons/up.png"></A>
<A NAME="tex2html236"
HREF="node7.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
SRC="./icons/prev.png"></A>
<A NAME="tex2html244"
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="tex2html247"
HREF="node9.html">La paresse</A>
<B>Up:</B> <A NAME="tex2html243"
HREF="talk_bash.html">La console - version</A>
<B> Previous:</B> <A NAME="tex2html237"
HREF="node7.html">Bouger</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="tex2html248"
HREF="node8.html#SECTION00081000000000000000">rmdir -- destruction de répertoires</A>
<LI><A NAME="tex2html249"
HREF="node8.html#SECTION00082000000000000000">rm -- effaceur</A>
</UL>
<!--End of Table of Child-Links-->
<HR>
<H1><A NAME="SECTION00080000000000000000">
Détruire</A>
</H1>
<P>
<H2><A NAME="SECTION00081000000000000000"></A>
<A NAME="sub:rmdir"></A>
<BR>
rmdir -- destruction de répertoires
</H2>
<DL>
<DT><STRONG>rmdir:</STRONG></DT>
<DD>enlever les RÉPERTOIRES, s'ils sont vides.
</DD>
<DT><STRONG>Usage:</STRONG></DT>
<DD>rmdir [OPTION]... RÉPERTOIRE...
</DD>
</DL>
<P>
Il faut que le répertoire soit vide, sinon la commande refuse<A NAME="tex2html3"
HREF="#foot406"><SUP>3</SUP></A>.
<P>
<H2><A NAME="SECTION00082000000000000000"></A>
<A NAME="sub:rm"></A>
<BR>
rm -- effaceur
</H2>
<DL>
<DT><STRONG>rm:</STRONG></DT>
<DD>effacer un/des FICHIER(S)
</DD>
<DT><STRONG>Usage:</STRONG></DT>
<DD>rm [OPTION]... FICHIER...
</DD>
<DT><STRONG>Options:</STRONG></DT>
<DD>
<DL>
<DT><STRONG>-i</STRONG></DT>
<DD>= interactif, question de ne pas trop sacrer.
</DD>
</DL>
</DD>
</DL>
<P>
<BR><HR><H4>Notes</H4>
<DL>
<DT><A NAME="foot406">... refuse</A><A NAME="foot406"
HREF="node8.html#tex2html3"><SUP>3</SUP></A>
<DD>Astuce quand on est certain de vouloir effacer le contenu d'un répertoire:
<TT>rm *</TT> où l'astérisque signifie tous ce qui se trouvent dans le répertoire.
</DL>
<BR> <HR>
<ADDRESS>
<I>Xavier Barnabe-Theriault <BR>
2001-09-20</I>
</ADDRESS>
</BODY>
</HTML>
See more files for this project here