ctive :
<code>
$ excitable-program
When you give the OK, I'm going to do the things. All of them!!
Are you ready? [Y/n] y
OK! I just did all sorts of neat stuff. You're welcome! B
n<sup>Note</sup> |
| <code>
if [ `id -u` = 0 ]
then
echo "Attention vous êtes root!"
fi
</code> ... diée à ce module]] sur le site Python 3 Module of the Week
==== Shlex ====
Le module shlex est un ana... //pymotw.com/3/shlex/index.html|page dédiée à ce module]] sur le site Python 3 Module of the Week
\\
===
<code>
strace -ewrite -p 12575
</code>
(get the process ID through:
<code>
ps aux | grep "python... </code>
===== Create a tree of subdirectories of the pwd : =====
<code>
find . | sed 's/[^/]*\//| /g;... peut créer l'alias suivant
<code>
# To retrieve the parent pid of a given process
alias ppid='ps -o p