fix: _brightness.sh - find brighness files with '*video*' path (multiple files)
[cmdllinux.git] / buildroot / _pkg / _pkg / _cmp.sh
blobf2fb7d0e31c3caa1716bea3637b420622cc6f6b5
1 cd /dest
2 ls *.tar.gz | rev | cut -d - -f 3- | rev | sort | tee /_a | sort -u > /_b
3 comm -23 /_a /_b