---
title: "020"
description: "_"
date: 2020-06-21
published: false
tags:
  - bash
template: hot-tip
---


## File System Full 🤔

_Show Remaining Space on Drives_

## with **Bash**

```bash
df -h
```
