<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://forum.ubuntu-fr.org/extern.php?action=feed&amp;tid=1059171&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Forum Ubuntu-fr.org / [Résolu] listage des commandes bash]]></title>
		<link>http://forum.ubuntu-fr.org/viewtopic.php?id=1059171</link>
		<description><![CDATA[Les sujets les plus récents dans [Résolu] listage des commandes bash.]]></description>
		<lastBuildDate>Sat, 06 Oct 2012 15:52:04 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] listage des commandes bash]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11025631#p11025631</link>
			<description><![CDATA[<p>Ah et bien encore mieux! C&#039;est vraiment ce que je cherchais... Dire que je n&#039;avais même pas pensé à faire ça <img src="http://forum.ubuntu-fr.org/img/smilies/roll.png" width="15" height="15" alt="roll" /> J&#039;ai un peu honte là <img src="http://forum.ubuntu-fr.org/img/smilies/tongue.png" width="15" height="15" alt="tongue" />:P:P</p>]]></description>
			<author><![CDATA[dummy@example.com (carafife)]]></author>
			<pubDate>Sat, 06 Oct 2012 15:52:04 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11025631#p11025631</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] listage des commandes bash]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11019691#p11019691</link>
			<description><![CDATA[<p>Stricto-sensu, ce qu&#039;on appelle &quot;les commandes bash&quot;, ce peuvent être les commandes <strong>internes</strong> du bash.</p><p>On a la liste par la commande &quot;help&quot; :</p><div class="codebox"><pre class="vscroll"><code>$ help
GNU bash, version 4.2.24(1)-release (x86_64-pc-linux-gnu)
Ces commandes de shell sont définies de manière interne.Tapez « help » pour voir cette liste.
Tapez « help nom » pour en savoir plus sur la fonction qui s&#039;appelle « nom ».
Utilisez « info bash » pour en savoir plus sur le shell en général.
Utilisez « man -k » ou « info » pour en savoir plus sur les commandes qui
ne font pas partie de cette liste.

Une astérisque (*) à côté d&#039;un nom signifie que la commande est désactivée.

 job_spec [&amp;]                                                                history [-c] [-d décalage] [n] ou history -anrw [nomfichier] ou history&gt;
 (( expression ))                                                            if COMMANDES; then COMMANDES; [ elif COMMANDES; then COMMANDES; ]... [ e&gt;
 . nom_fichier [arguments]                                                   jobs [-lnprs] [jobspec ...] ou jobs -x commande [args]
 :                                                                           kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... ou kill -l [s&gt;
 [ arg... ]                                                                  let arg [arg ...]
 [[ expression ]]                                                            local [option] nom[=valeur] ...
 alias [-p] [nom[=valeur] ... ]                                              logout [n]
 bg [job_spec ...]                                                           mapfile [-n nombre] [-O origine] [-s nombre] [-t] [-u fd] [-C callback] &gt;
 bind [-lpvsPVS] [-m keymap] [-f nomfichier] [-q nom] [-u nom] [-r seqtouc&gt;  popd [-n] [+N | -N]
 break [n]                                                                   printf [-v var] format [arguments]
 builtin [shell-builtin [arg ...]]                                           pushd [-n] [+N | -N | rép]
 caller [expr]                                                               pwd [-LP]
 case MOT in [MOTIF [| MOTIF]...) COMMANDES ;;]... esac                      read [-ers] [-a tableau] [-d delim] [-i texte] [-n nchars] [-N nchars] [&gt;
 cd [-L|[-P [-e]]] [dir]                                                     readarray [-n nombre] [-O origine] [-s nombre] [-t] [-u fd] [-C callback&gt;
 command [-pVv] commande [arg ...]                                           readonly [-aAf] [name[=value] ...] or readonly -p
 compgen [-abcdefgjksuv] [-o option]  [-A action] [-G motif_glob] [-W list&gt;  return [n]
 complete [-abcdefgjksuv] [-pr] [-DE] [-o option] [-A action] [-G motif_gl&gt;  select NOM [in MOTS ... ;] do COMMANDES; done
 compopt [-o|+o option] [-DE] [nom ...]                                      set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...]
 continue [n]                                                                shift [n]
 coproc [NOM] commande [redirections]                                        shopt [-pqsu] [-o] [nom_opt ...]
 declare [-aAfFgilrtux] [-p] [name[=value] ...]                              source nom_fichier [arguments]
 dirs [-clpv] [+N] [-N]                                                      suspend [-f]
 disown [-h] [-ar] [jobspec ...]                                             test [expr]
 echo [-neE] [arg ...]                                                       time [-p] pipeline
 enable [-a] [-dnps] [-f nomfichier] [nom ...]                               times
 eval [arg ...]                                                              trap [-lp] [[arg] signal_spec ...]
 exec [-cl] [-a nom] [commande [arguments ...]] [redirection ...]            true
 exit [n]                                                                    type [-afptP] nom [nom ...]
 export [-fn] [nom[=valeur] ...] ou export -p                                typeset [-aAfFgilrtux] [-p] name[=value] ...
 false                                                                       ulimit [-SHacdefilmnpqrstuvx] [limite]
 fc [-e ename] [-lnr] [premier] [dernier] ou fc -s [ancien=nouveau] [comma&gt;  umask [-p] [-S] [mode]
 fg [job_spec]                                                               unalias [-a] nom [nom ...]
 for NOM [in MOTS ... ] ; do COMMANDES; done                                 unset [-f] [-v] [nom ...]
 for (( exp1; exp2; exp3 )); do COMMANDES; done                              until COMMANDES; do COMMANDES; done
 function nom { COMMANDES ; } ou nom () { COMMANDES ; }                      variables - Nom et signification de certaines variables du shell
 getopts chaineopts nom [arg]                                                wait [id]
 hash [-lr] [-p nomchemin] [-dt] [nom ...]                                   while COMMANDES; do COMMANDES; done
 help [-dms] [motif ...]                                                     { COMMANDES ; }</code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (serged)]]></author>
			<pubDate>Sat, 06 Oct 2012 06:10:09 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11019691#p11019691</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] listage des commandes bash]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11014321#p11014321</link>
			<description><![CDATA[<p>Merci ;-)<br />...ma vue n&#039;était pas assez bonne pour voir le point ! <img src="http://forum.ubuntu-fr.org/img/smilies/lol.png" width="15" height="15" alt="lol" />:lol::lol:</p>]]></description>
			<author><![CDATA[dummy@example.com (carafife)]]></author>
			<pubDate>Fri, 05 Oct 2012 14:16:16 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11014321#p11014321</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] listage des commandes bash]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11014251#p11014251</link>
			<description><![CDATA[<div class="quotebox"><cite>nesthib a écrit&#160;:</cite><blockquote><div><p>@credenhill : attention toutes les commandes n&#039;ont pas une page de man, et toutes les pages de man ne concernent pas des commandes (ex. les pages sur les fichiers de configuration)</p></div></blockquote></div><p>j&#039;ai bien précisé dans (1) !!</p>]]></description>
			<author><![CDATA[dummy@example.com (credenhill)]]></author>
			<pubDate>Fri, 05 Oct 2012 14:12:51 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11014251#p11014251</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] listage des commandes bash]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11014221#p11014221</link>
			<description><![CDATA[<p>@credenhill : attention toutes les commandes n&#039;ont pas une page de man, et toutes les pages de man ne concernent pas des commandes (ex. les pages sur les fichiers de configuration)</p>]]></description>
			<author><![CDATA[dummy@example.com (nesthib)]]></author>
			<pubDate>Fri, 05 Oct 2012 14:09:14 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11014221#p11014221</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] listage des commandes bash]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11014191#p11014191</link>
			<description><![CDATA[<div class="quotebox"><cite>carafife a écrit&#160;:</cite><blockquote><div><p>Bonjour et merci de t’être arrêté <img src="http://forum.ubuntu-fr.org/img/smilies/wink.png" width="15" height="15" alt="wink" /><br />Ta commande me renvoie cela:cool: :<br />carafife@carafife-HP-Pavilion-dv7-Notebook-PC:/bin$ man -ks 1 <br />apropos comment ?<br />Je n&#039;ai pas tout compris <img src="http://forum.ubuntu-fr.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p></div></blockquote></div><p>il y a un point en fin de ligne</p>]]></description>
			<author><![CDATA[dummy@example.com (credenhill)]]></author>
			<pubDate>Fri, 05 Oct 2012 14:06:29 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11014191#p11014191</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] listage des commandes bash]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11014151#p11014151</link>
			<description><![CDATA[<p>en bash :</p><div class="codebox"><pre><code>compgen -c</code></pre></div><p>(voir man bash section compgen)</p><p>sinon pour trouver des commandes en fonction d&#039;un mot clé (ex. pdf) :</p><div class="codebox"><pre><code>apropos pdf</code></pre></div><p>et si tu as la complétion activée, en mode interactif utilise ta touche [tab] :</p><div class="codebox"><pre><code>$ mk[tab]
mkdir mkfs.ext2 mk…</code></pre></div><p>(si la ligne est vide et que tu presses [tab][tab] tu auras aussi une liste des commandes disponibles, en fait c&#039;est la fonction compgen qui est utilisée)</p>]]></description>
			<author><![CDATA[dummy@example.com (nesthib)]]></author>
			<pubDate>Fri, 05 Oct 2012 14:03:01 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11014151#p11014151</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] listage des commandes bash]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11014111#p11014111</link>
			<description><![CDATA[<p>Bonjour et merci de t’être arrêté <img src="http://forum.ubuntu-fr.org/img/smilies/wink.png" width="15" height="15" alt="wink" /><br />Ta commande me renvoie cela:cool: :</p><p>carafife@carafife-HP-Pavilion-dv7-Notebook-PC:/bin$ man -ks 1 <br />apropos comment ?</p><p>Je n&#039;ai pas tout compris <img src="http://forum.ubuntu-fr.org/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[dummy@example.com (carafife)]]></author>
			<pubDate>Fri, 05 Oct 2012 14:00:09 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11014111#p11014111</guid>
		</item>
		<item>
			<title><![CDATA[Réponse à&#160;:  [Résolu] listage des commandes bash]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11013681#p11013681</link>
			<description><![CDATA[<p>hello<br />toutes les commandes dans (1)</p><div class="codebox"><pre><code>$ man -ks 1 . </code></pre></div>]]></description>
			<author><![CDATA[dummy@example.com (credenhill)]]></author>
			<pubDate>Fri, 05 Oct 2012 13:32:14 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11013681#p11013681</guid>
		</item>
		<item>
			<title><![CDATA[[Résolu] listage des commandes bash]]></title>
			<link>http://forum.ubuntu-fr.org/viewtopic.php?pid=11013581#p11013581</link>
			<description><![CDATA[<p>Bonjour,<br />Ma question va vous paraître peut être stupide mais existe t-il une commande shell qui liste toutes les commandes qui existent?</p>]]></description>
			<author><![CDATA[dummy@example.com (carafife)]]></author>
			<pubDate>Fri, 05 Oct 2012 13:23:32 +0000</pubDate>
			<guid>http://forum.ubuntu-fr.org/viewtopic.php?pid=11013581#p11013581</guid>
		</item>
	</channel>
</rss>
