2025-06-22 21:18:32 +03:00

5 lines
74 B
Bash
Executable File

#!/bin/bash
used=$(df -h / | awk 'NR==2 {print $3 "/" $2}')
echo "$used"