]> gitweb.pimeys.fr Git - scripts-20-100.git/blob - ftp/generate_liste_fichiers.sh
typo
[scripts-20-100.git] / ftp / generate_liste_fichiers.sh
1 #!/bin/bash
2
3 # Génération de liste des fichiers
4 # pour faciliter l'indexation par FastFileSearch
5
6 cd /home/ftp
7 ls -lRLn --time-style=long-iso ./ > /home/ftp/liste_fichiers.txt
8
9 find -L . -type f | sort > /home/ftp/liste.txt
10
11 find MP3/ -type f | sort > /home/ftp/liste_musique.txt