Daily Shaarli

All links of one day in a single page.

March 16, 2018

Copier la structure d’un répertoire sans les fichiers – Korben

Merci korben !
[note: chez moi il faut mettre une espace et un bachslash avant le \;]
find * -type d -exec mkdir /home/korben/copie/{} \;

Is formal really all that hard?