Sort LC_ALL=C to get Linux sort to order Beginners as expected.

Remove other unnecessary uses of sort. When generating intermediate
files, it doesn't matter in what order it happens.
This commit is contained in:
Jim Hague
2020-02-19 11:14:40 +00:00
parent 7f09e796d9
commit b6a4389bca
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ cp $booke/*.txt $booke/*.md $booke/image.jpg $outdir
echo "Cello" > $outdir/instrument.txt
find $booke -name "*.abc" | sort |
find $booke -name "*.abc" |
while read filename
do
name=`basename $filename .abc`