Code Search for Developers
 
 
  

node10.html from Gulus at Krugle


Show node10.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>Pour en savoir plus</TITLE>
<META NAME="description" CONTENT="Pour en savoir plus">
<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="node11.html">
<LINK REL="previous" HREF="node9.html">
<LINK REL="up" HREF="talk_bash.html">
<LINK REL="next" HREF="node11.html">
</HEAD>

<BODY >

<A NAME="tex2html276"
  HREF="node11.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="./icons/next.png"></A> 
<A NAME="tex2html272"
  HREF="talk_bash.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="./icons/up.png"></A> 
<A NAME="tex2html266"
  HREF="node9.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="./icons/prev.png"></A> 
<A NAME="tex2html274"
  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="tex2html277"
  HREF="node11.html">&#192; propos de ce</A>
<B>Up:</B> <A NAME="tex2html273"
  HREF="talk_bash.html">La console - version</A>
<B> Previous:</B> <A NAME="tex2html267"
  HREF="node9.html">La paresse</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="tex2html278"
  HREF="node10.html#SECTION000101000000000000000">--help</A>
<LI><A NAME="tex2html279"
  HREF="node10.html#SECTION000102000000000000000">man</A>
<LI><A NAME="tex2html280"
  HREF="node10.html#SECTION000103000000000000000">info</A>
<LI><A NAME="tex2html281"
  HREF="node10.html#SECTION000104000000000000000">apropos</A>
<LI><A NAME="tex2html282"
  HREF="node10.html#SECTION000105000000000000000">Tout le reste</A>
</UL>
<!--End of Table of Child-Links-->
<HR>

<H1><A NAME="SECTION000100000000000000000"></A>
<A NAME="sec:plus"></A>
<BR>
Pour en savoir plus
</H1>

<P>
Il existe de la documentation sur tous les programmes. Devrait. Car parfois cependant abstruse et hermétique, d'autres fois si simples que même les fameux et légendaires "dummies" et "nuls" s'ennuieraient. 

<P>
Pour le shell - BASH ou les autres - et les autres commandes - rm, cp, ... - l'information se cache sous les doigts. 

<P>

<H2><A NAME="SECTION000101000000000000000"></A>
<A NAME="sub:help"></A>
<BR>
--help
</H2>
Pour une aide légère, se rappeler le nom d'une option, dans quel ordre vont les arguments:

<P>
<code>commande --help</code>

<H2><A NAME="SECTION000102000000000000000"></A>
<A NAME="sub:man"></A>
<BR>
man
</H2>
Un peu plus, qq pages, apprendre de nouvelles commandes:

<P>
<code>man commande</code>

<H2><A NAME="SECTION000103000000000000000"></A>
<A NAME="sub:info"></A>
<BR>
info
</H2>
Encore plus, parfois vraiment plus. 

<P>
<code>info commande</code>

<H2><A NAME="SECTION000104000000000000000"></A>
<A NAME="sub:apropos"></A>
<BR>
apropos
</H2>
Quand on ne connaît pas une commande, on peut chercher avec un mot-clé s'il n'y aurait pas quelque chose à ce sujet:

<P>
<code>apropos mot-clé</code>

<H2><A NAME="SECTION000105000000000000000"></A>
<A NAME="sub:internet"></A>
<BR>
Tout le reste
</H2>
Et ... internet. Là, la liste est longue, les ressources multiples, les newsgroups et mailinglists sans fin. 

<P>
Voici, pour ma part, voici quelques liens.

<P>
Site immense. Pour tous les niveaux d'expertise du shell.
"Unix and shell programming stuff"
<BR><A NAME="tex2html4"
  HREF="http://www.ling.helsinki.fi/users/reriksso/unix/index.html">http://www.ling.helsinki.fi/users/reriksso/unix/index.html</A>
<P>
De la précédente page, on trouve un tutorial classique (semble-t-il) sur le shell Unix, pas trop évident à débusquer.
Très bonne référence. Il constitue un bon enchaînement après ce présent document.
"Steve Bourne's original sh tutorial"
<BR><A NAME="tex2html5"
  HREF="http://www.ling.helsinki.fi/users/reriksso/unix/shell.html">http://www.ling.helsinki.fi/users/reriksso/unix/shell.html</A>
<P>
Pour la programmation shell (donc scripts) dans tous ses états, du "presque-début" jusqu'à "je-ne-comprend-plus-ce-qui-se-passe". 
<BR><A NAME="tex2html6"
  HREF="http://linuxdoc.org/LDP/abs/html/index.html">http://linuxdoc.org/LDP/abs/html/index.html</A>
<P>
<HR>
<A NAME="tex2html276"
  HREF="node11.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next"
 SRC="./icons/next.png"></A> 
<A NAME="tex2html272"
  HREF="talk_bash.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up"
 SRC="./icons/up.png"></A> 
<A NAME="tex2html266"
  HREF="node9.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous"
 SRC="./icons/prev.png"></A> 
<A NAME="tex2html274"
  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="tex2html277"
  HREF="node11.html">&#192; propos de ce</A>
<B>Up:</B> <A NAME="tex2html273"
  HREF="talk_bash.html">La console - version</A>
<B> Previous:</B> <A NAME="tex2html267"
  HREF="node9.html">La paresse</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