This bash script provides basic disk usage analysis on a Linux/Unix system
- Disk Usage Report: Displays disk usage information for the root directory
- Largest Files Listing: Lists the top 10 largest files in the specified directory
- Inode Usage Report: Displays the inode usage of the root directory
- A Unix-like operating system (Linux, macOS, etc.,)
- Basic understanding of terminal and bash scripting
-
Clone the repository
git clone https://github.com/rahulkarthickr/disk-usage-analyzer.git
-
Navigate to the project directory
cd disk-usage-analyzer
-
Run the script
./script.sh
If you encounter any issues or have suggestions for improvements , please open an issue or submit a pull request