mirror of
https://github.com/torappinfo/uweb.git
synced 2025-01-15 16:40:57 +01:00
5 lines
220 B
Bash
5 lines
220 B
Bash
apt install less
|
|
cd /sdcard/uweb/dict
|
|
(cat /sdcard/uweb/home5.search;ls *.xz|awk '{print $0 ":c:xz -cdfq -- /sdcard/uweb/dict/" $0,"|less -n +\"/^####%s\""}')|awk -F: '!s[$1]++'>a.tmp;mv a.tmp /sdcard/uweb/home5.search
|
|
|