*\([^| ]\)/+--- \1/'
</code>
Change permissions for folders and files (folder need x to be read, file... /code>
("X" change x only to directories) Search for a word in all files of a directory :
<code>
grep... [https://www.dropbox.com/s/jtrs3sxh2lg9i9s/python_for_astrophysics.pdf?dl=0|https://www.dropbox.com/s/jtrs3sxh2lg9i9s/python_for_astrophysics.pdf?dl=0]]
====== Logiciels ======
^Bash ^Python|
| <code>
pid_list="echo {1..10}"
for pid in `eval $pid_list`
do
echo "$pid"
done
</code> | <code>
pid_list = range(1,11)
for pid in pid_list:
print(pid)
</code> |
... ion_chars=".", posix=True)
nb.whitespace += '.'
for nombre in nb:
print(nombre)
</code>
Voir la