> ## Content Index
> Fetch the complete content index at: https://ostreff.info/llms.txt
> Use this file to discover other available public pages before exploring further.

# Removing old files after rebuilding world
- URL: https://ostreff.info/removing-old-files-after-rebuilding-world/
- Published: 2024-09-09T19:58:38.000Z
- Updated: 2025-02-22T10:30:37.000Z
- Author: Jordan Ostreff
- Tags: FreeBSD

```bash
# cd /usr/src && yes | make delete-old
```

```bash
cd /usr/src/ &&
make BATCH_DELETE_OLD_FILES=YES delete-old delete-old-libs
```