module subprocess)
^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> |
==== Tests ====
On teste si l'utils
alified filenames from this path
"""
path_list = []
for dirpath, _, files_name in os.walk(pa...
for name in files_name:
path_list.append("{}/{}".format(dirpath, name))
return path_list
def recreate_dir(dirname):
"""
Remove a