]> gitweb.pimeys.fr Git - scripts-20-100.git/blobdiff - ftp/generate_liste_fichiers.sh
[ftp] génération de liste à coup de find et pas ls -lRLn
[scripts-20-100.git] / ftp / generate_liste_fichiers.sh
index 92029e498e00894b6d1494ef05ee6a9311736a39..9109cf5aa6f52106892663696b1f34f7bf7d2fc3 100755 (executable)
@@ -6,3 +6,4 @@
 cd /home/ftp
 ls -lRLn --time-style=long-iso ./ > /home/ftp/liste_fichiers.txt
 
+find -L . -type f | sort > /home/ftp/liste.txt