SID-01691: How Find total no of Page In TWiki?
| Status: |
Answered |
TWiki version: |
5.0.0 |
Perl version: |
v5.8.0 built for i586-linux-thread-multi |
| Category: |
CategoryEditing |
Server OS: |
SuSE Linux Openexchange Server 4.1.1 (i586) - Kernel \r (\l) |
Last update: |
13 years ago |
Hi,
My Customer is having the TWiki server, They want to know , how to find the total no of pages in TWiki server. How can we achieve this, Please help me
--
Ravin Singh - 2013-04-30
Discussion and Answer
If you use TWiki-5.1: Visit
Main.SiteStatistics.
On shell level:
find twiki/data | grep '.txt,v' | wc
--
Peter Thoeny - 2013-04-30
Thanks sir, Its work.
--
Ravin Singh - 2013-05-06
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.