Basics

Shell

Action Commande
Créer une archive tar de chaque dossier (remplacer PATH)
find . -type d -maxdepth 1 -mindepth 1 -exec tar cvf /PATH/{}.tar {} \;
Télécharger un fichier dans un répertoire donné avec cURL
curl -O -L https://domain/file --output-dir /directory/