]> gitweb.pimeys.fr Git - scripts-20-100.git/commitdiff
[ftp] génération de liste à coup de find et pas ls -lRLn
authorVincent Le Gallic <legallic@crans.org>
Wed, 16 Apr 2014 21:15:31 +0000 (23:15 +0200)
committerVincent Le Gallic <legallic@crans.org>
Wed, 16 Apr 2014 21:15:40 +0000 (23:15 +0200)
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