Skip to content

gamegine/pv-utility

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CI

pv-utility

Utility scripts to monitor progress of Linux commands using PV

Install

  1. install pv on your system

    Debian / Ubuntu users

    apt update && apt install pv

    RHEL / CentOS / SL / Fedora Linux users

    yum install pv
  2. clone or download repository

  3. add script folder to path

    edit ~/.bashrc and add

    export PATH="path-pv-utility/src:$PATH"

License

MIT License

About

Utility scripts to monitor progress of Linux commands using PV

Resources

License

Stars

Watchers

Forks