Création d'un archive sans l'arborescence complète (nécessite GNU tar)
This commit is contained in:
parent
e3ac641fe2
commit
19f80ea647
|
@ -17,4 +17,4 @@ EOB
|
||||||
rm -f programme_options.tex
|
rm -f programme_options.tex
|
||||||
done
|
done
|
||||||
|
|
||||||
tar -cf plans_de_formation.tar.gz $(find . -name "plan_de_formation_*.pdf" -type f)
|
tar -cf plans_de_formation.tar.gz --xform s:^.*/:: $(find . -name "plan_de_formation_*.pdf" -type f)
|
||||||
|
|
Loading…
Reference in New Issue