From: René J. <rvj...@xs...> - 2022-06-27 19:35:50
|
Hi Leslie, I was looking into this problem but could not reproduce: pipe (orx_downloads) literal curl https://sourceforge.net/projects/oorexx/files/oorexx/5.0.0beta/ | command | split | locate +href="https://sourceforge.net/projects/oorexx/files+ | nlocate /readme.md/ specs 7-* 1 | reverse | specs 2-* 1 | reverse | o: fanout | specs 77-* 1 | reverse | specs 10-* 1 | reverse | b: juxtapose | sort desc | specs /[/ 1 1-5 nw 7-11 nw 13-* nw /)/ nw | change /href/ /] (href/ | cons ? o: | insert / / b: ➜ test git:(master) ✗ pipc oorexx_downloads.njp pipe (orx_downloads ) literal curl https://sourceforge.net/projects/oorexx/files/oorexx/5.0.0beta/ | command | split | locate +href="https://sourceforge.net/projects/oorexx/files+ | nlocate /readme.md/ specs 7-* 1 | reverse | specs 2-* 1 | reverse | o: fanout | specs 77-* 1 | reverse | specs 10-* 1 | reverse | b: juxtapose | sort desc | specs /[/ 1 1-5 nw 7-11 nw 13-* nw /)/ nw | change /href/ /] (href/ | cons ? o: | insert / / (And I verified the classes were generated). Do you have the source file for the original issue somewhere? Best regards, René. |