Message6606
== User list
Adding my colleague (which saves me to add him later).
name=ThomasArendsenHein
== [ ] find pages to transfer
We have 2485 pages, but only 129 have a "current" page.
ls pages/* | wc -l
2485
bernhard@ploto ~/h/r/w/w/data> ls pages/*/current | wc -l
129
Sampling a few directory contents that have no "current" file:
There is no preservable contents. So we only deal with 129 pages.
#using fishshell.com for scripting
pushd data/pages; ls */current >pl
for p in (cut pl -d/ -f1) ; echo -n "$p " ; cat $p/current ; end |
|
Date |
User |
Action |
Args |
2019-08-29 11:49:09 | ber | set | messageid: <1567079349.32.0.0397639461483.issue2551045@roundup.psfhosted.org> |
2019-08-29 11:49:09 | ber | set | recipients:
+ ber, rouilj, ThomasAH |
2019-08-29 11:49:09 | ber | link | issue2551045 messages |
2019-08-29 11:49:09 | ber | create | |
|