Code Search for Developers
 
 
  

node7.html from Gulus at Krugle


Show node7.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>Bouger</TITLE>
<META NAME="description" CONTENT="Bouger">
<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="node8.html">
<LINK REL="previous" HREF="node6.html">
<LINK REL="up" HREF="talk_bash.html">
<LINK REL="next" HREF="node8.html">
</HEAD>

<BODY >

<A NAME="tex2html232"
  HREF="node8.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="./icons/next.png"></A> 
<A NAME="tex2html228"
  HREF="talk_bash.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="./icons/up.png"></A> 
<A NAME="tex2html222"
  HREF="node6.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="./icons/prev.png"></A> 
<A NAME="tex2html230"
  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="tex2html233"
  HREF="node8.html">Détruire</A>
<B>Up:</B> <A NAME="tex2html229"
  HREF="talk_bash.html">La console - version</A>
<B> Previous:</B> <A NAME="tex2html223"
  HREF="node6.html">Créer</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="tex2html234"
  HREF="node7.html#SECTION00071000000000000000">cp - copieur</A>
<LI><A NAME="tex2html235"
  HREF="node7.html#SECTION00072000000000000000">mv -- déplaceur</A>
</UL>
<!--End of Table of Child-Links-->
<HR>

<H1><A NAME="SECTION00070000000000000000">
Bouger</A>
</H1>

<P>

<H2><A NAME="SECTION00071000000000000000"></A>
<A NAME="sub:cp"></A>
<BR>
cp - copieur
</H2>
<DL>
<DT><STRONG>cp:</STRONG></DT>
<DD>Copie une SOURCE à une DESTINATION, ou plusieurs sources dans un répertoire.
</DD>
<DT><STRONG>Usage:</STRONG></DT>
<DD>cp [OPTION]... SOURCE DESTINATION
</DD>
<DT><STRONG>   ou:</STRONG></DT>
<DD>cp [OPTION]... SOURCE... RÉPERTOIRE
</DD>
<DT><STRONG>Options:</STRONG></DT>
<DD>
<DL>
<DT><STRONG>-i</STRONG></DT>
<DD>= interactif, question de ne pas trop sacrer.
</DD>
<DT><STRONG>-r</STRONG></DT>
<DD>= récursivement, copie toute l'arborescence SOURCE dans une arborescence DESTINATION.
</DD>
</DL>
</DD>
</DL>

<P>

<H2><A NAME="SECTION00072000000000000000"></A>
<A NAME="sub:mv"></A>
<BR>
mv -- déplaceur
</H2>

<P>
<DL>
<DT><STRONG>mv:</STRONG></DT>
<DD>(move) déplace une source dans une destination, ou plusieurs sources dans un répertoire.
</DD>
<DT><STRONG>Usage:</STRONG></DT>
<DD>mv [OPTION]... SOURCE DESTINATION
</DD>
<DT><STRONG>    ou:</STRONG></DT>
<DD>mv [OPTION]... SOURCE... RÉPERTOIRE
</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>
S'il n'y a qu'un fichier qui est déplacé, la DESTINATION peut être un autre nom de fichier, permettant d'ailleurs de changer
le nom des fichiers.
Autrement, Une grande quantité de fichiers peut être dirigé vers un répertoire avec une seule commande, se terminant par une 
DESTINATION répertoire.
<code>mv baba.txt allo.txt bleut documents/</code> déplace les fichiers "baba.txt", "allo.txt" et "bleuet" dans le répertoire documents.

<P>
Déplacer toute une arborescence se fait directement par <code>mv</code>.

<P>
<HR>
<A NAME="tex2html232"
  HREF="node8.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="./icons/next.png"></A> 
<A NAME="tex2html228"
  HREF="talk_bash.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="./icons/up.png"></A> 
<A NAME="tex2html222"
  HREF="node6.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="./icons/prev.png"></A> 
<A NAME="tex2html230"
  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="tex2html233"
  HREF="node8.html">Détruire</A>
<B>Up:</B> <A NAME="tex2html229"
  HREF="talk_bash.html">La console - version</A>
<B> Previous:</B> <A NAME="tex2html223"
  HREF="node6.html">Créer</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