From: Vincent Le Gallic Date: Mon, 8 May 2017 18:34:39 +0000 (+0200) Subject: [ftp] Nom plus clair pour le fichier contenant la liste des MP3 X-Git-Url: http://gitweb.pimeys.fr/?p=scripts-20-100.git;a=commitdiff_plain;h=e29c3913224a76e455200e4573155c55a50336f6 [ftp] Nom plus clair pour le fichier contenant la liste des MP3 --- diff --git a/ftp/generate_liste_fichiers.sh b/ftp/generate_liste_fichiers.sh index e478069..2587c5e 100755 --- a/ftp/generate_liste_fichiers.sh +++ b/ftp/generate_liste_fichiers.sh @@ -8,4 +8,4 @@ ls -lRLn --time-style=long-iso ./ > /home/ftp/liste_fichiers.txt find -L . -type f | sort > /home/ftp/liste.txt -find MP3/ -type f | sort > /home/ftp/lmusique +find MP3/ -type f | sort > /home/ftp/liste_musique.txt