This repository contains scripts for analyzing directory contents on Windows and Linux platforms. The scripts allow users to view files, count files and subdirectories, and navigate through directories.
- Counts and lists files in the specified directory.
- Displays the total number of files and subdirectories.
- Simple error handling for empty input and non-existent directories.
- Download the desired
.bat
file. - Run the script by double-clicking or executing it in the Command Prompt.
- Follow the prompts to enter the directory path.
- Download
dir_size(lin).sh
. - Make the script executable with the command:
chmod +x dir_size(lin).sh
- dir_size(win).bat: Basic Windows Batch Script
- dir_size(upgrade).bat: Upgraded Windows Batch Script with Navigation
- dir_size(lin).sh: Linux Bash Script for Directory Analysis