Skip to content

This Bash script shows a dynamic progress bar for file processing. It finds all *cache files recursively and processes them in batches. The bar fills with | characters as work advances, displaying current/total counts and percentage. It updates cleanly in place, perfect for tracking long operations with clear visual feedback.

Notifications You must be signed in to change notification settings

RolH1992/bash-progress-bar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bash Progress Bar

A simple Bash script that displays a dynamic progress bar for file processing operations.

Features

  • Visual progress bar with percentage completion
  • Batch file processing
  • Recursive file discovery
  • Real-time progress updates

Usage

./progress_bar

About

This Bash script shows a dynamic progress bar for file processing. It finds all *cache files recursively and processes them in batches. The bar fills with | characters as work advances, displaying current/total counts and percentage. It updates cleanly in place, perfect for tracking long operations with clear visual feedback.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages