Mercurial > hg > cc > work
changeset 78:45b45810aa12
cleaned up/filled in after merge
| author | Henry Thompson <ht@markup.co.uk> |
|---|---|
| date | Wed, 19 Mar 2025 14:42:41 -0400 |
| parents | 96c86b520214 |
| children | 0099d4269428 |
| files | lurid3/notes.txt |
| diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lurid3/notes.txt Wed Mar 19 14:40:20 2025 -0400 +++ b/lurid3/notes.txt Wed Mar 19 14:42:41 2025 -0400 @@ -1820,6 +1820,8 @@ >: sort -m *.cdx | sponge all.cdx >: wc -l all.cdx 34742533 + >: sed -E 's/^\+[0-9,]*:(.{14,14})/\1 "/;s/->[0-9]{10,10}$/",/' /tmp/hst/15/lmh.cdb_in | sort -k1,1 > test.cdb_in + Diff looks plausible, and a few known cases are correct now: >: fgrep -n '20230922034234 "https://www.hansaton.com/zh-hk/' test.cdb_in 4361:20230922034234 "https://www.hansaton.com/zh-hk/%E6%B6%88%E8%B2%BB%E8%80%85.html",
