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:
+1
-1
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user