Hi Hans,
I guess…
Le 09/05/2014 16:03, [email protected] a écrit :
Just created a new notebook and WOW is that nice and snappy.
Confirmed it wasn't the fact it was on an encfs filesystem, nor that
dropbox is sync'ing while things are unencrypted
I guess I just let my "main" tree get too large?
could you give use a idea of your notebook size?
# all files:
$ find ~/Notebooks/Notes/ | wc -l
404
# folders:
$ find ~/Notebooks/Notes/ -type d | wc -l
79
# pasted images
$ find ~/Notebooks/Notes/ -name pasted_image\* | wc -l
43
# stats of all .txt files (lines words character)
$ find ~/Notebooks/Notes/ -name \*.txt -print0 | wc --files0-from=- |
grep 'total$'
12162 65938 523762 total
You can prefix command with time:
time find ~/Notebooks/Notes/ -name \*.txt -print0 | wc --files0-from=- |
grep 'total$'
12162 65938 523762 total
real 0m0.081s
user 0m0.060s
sys 0m0.024s
Regards,
Sylvain.
_______________________________________________
Mailing list: https://launchpad.net/~zim-wiki
Post to : [email protected]
Unsubscribe : https://launchpad.net/~zim-wiki
More help : https://help.launchpad.net/ListHelp