Skip to content

leighklotz/progress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Progress

Progress is a Linux utility I wrote to print progress of pipe IO to stderr.

At the time (2002-2003) there were no such utilities. As of 2016, pv and the status=progress flag for dd make progress less interesting.

Progress is mostly for historical interest.

Example

$ tar czf - *.pdf | progress -m1 > my-pdfs.tar.gz
......................................................................................................................................................................................................................................................................................................................................................
$ 

Alternatives

Download

You can download some precompiled versions here: progress

INSTALL

$ make install PREFIX=/usr/local/

Make debian package

$ dpkg-buildpackage -us -uc

Make RPM package

This may be wrong:

$ rpmbuild -ba progress.spec


Contact

Leigh L. Klotz, Jr. klotz@graflex.org

About

progress is a utility used in a pipe to report progress of data transfer to standard error.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published