Problem/Motivation
I want to see file size before and after drush command
Proposed resolution
Sth like this:
$ drush sqlite:vacuum
File: sites/defaults/files/.ht.sqlite
Size: 330mb
Vacuuming...
Size: 23mb
Remaining tasks
Code it.
I want to see file size before and after drush command
Sth like this:
$ drush sqlite:vacuum
File: sites/defaults/files/.ht.sqlite
Size: 330mb
Vacuuming...
Size: 23mb
Code it.
Comments
Comment #2
geek-merlinComment #3
bogdog400 commentedThe change in file size would be helpful.