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.

Comments

geek-merlin created an issue. See original summary.

geek-merlin’s picture

Title: Report filesize in drush command » Report filesize in `drush sqlite:vacuum`
bogdog400’s picture

The change in file size would be helpful.