# Can I apply clutter retrospectively?

**URL:** https://discourse.beets.io/t/can-i-apply-clutter-retrospectively/2225
**Category:** Help
**Created:** [December 23, 2022, 7:34am UTC](https://discourse.beets.io/t/can-i-apply-clutter-retrospectively/2225 "2022-12-23T07:34:48Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Nodezero](https://avatars.discourse-cdn.com/v4/letter/n/ee59a6/32.png) [@Nodezero](https://discourse.beets.io/u/Nodezero)
#### Post date: [December 23, 2022, 7:34am UTC](https://discourse.beets.io/t/can-i-apply-clutter-retrospectively/2225/1 "2022-12-23T07:34:48Z")

</div>

Hi, having just started my beets journey, my first import went well but upon review, I can see that I didn’t use the `clutter` option to help tidy up my source/download folder.

With that I’m mind, can I apply clutter retrospectively?

---

<div class="post-metadata">

### Author: ![Nodezero](https://avatars.discourse-cdn.com/v4/letter/n/ee59a6/32.png) [@Nodezero](https://discourse.beets.io/u/Nodezero)
#### Post date: [December 23, 2022, 5:55pm UTC](https://discourse.beets.io/t/can-i-apply-clutter-retrospectively/2225/2 "2022-12-23T17:55:24Z")

</div>

If not, is there a command I can use via the command line to achieve the same result ? I found this, to list any folder that has under 1 few mb in which suggests it’s got very few files, or nothing in…

`du -sm * | awk '$1 < 2'`

But can’t work out how to move them to a different folder. I tried this, which i cobbled together for a variety of other posts i saw - any help is appreciated,.

`du -sm * | awk '$1 < 2' -exec mv {} /share/Container/beetsV2/music/111my_empty_folders4 \;`
