diff options
author | Erich Eckner <git@eckner.net> | 2022-01-02 20:06:49 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2022-01-02 20:06:49 +0100 |
commit | a6a1147ecdbde149433d852c23df59bc730de1f2 (patch) | |
tree | b542e7b8c8692bf2b20d3a5298d0269bb24d5774 /heutigeBachkantateAbspielen | |
parent | 3293a73b93bcdfa91f24fc3d8818111f704a82a4 (diff) | |
download | Bachkantaten-a6a1147ecdbde149433d852c23df59bc730de1f2.tar.xz |
heutigeBachkantateAbspielen: Sortierung repariert
Diffstat (limited to 'heutigeBachkantateAbspielen')
-rwxr-xr-x | heutigeBachkantateAbspielen | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/heutigeBachkantateAbspielen b/heutigeBachkantateAbspielen index d3c7128..4f195dc 100755 --- a/heutigeBachkantateAbspielen +++ b/heutigeBachkantateAbspielen @@ -1,7 +1,5 @@ #!/bin/bash -LC_ALL=C - listenVerzeichnis="/home/musix/.moc/Listen" bachVerzeichnis="/home/musix/.moc/_lokal_/Bach_2000" @@ -36,9 +34,9 @@ sed ' nummer="$( ls -1 "${listenVerzeichnis}" | \ + LC_ALL=C sort | \ grep -a "^_lokal_" | \ - grep -an "^${liste}\$" | \ - head -n1 | \ + grep -anm1 "^${liste}\$" | \ cut -d : -f 1 )" |