cleanUrl: "commandline-progress-with-pv"
description: "pv를 이용하여 commandline 작업의 실시간 progress를 확인하는 방법을 정리합니다."

설치

$ conda install -c conda-forge pv

Quickstart

$ zcat uniref50.fasta.gz | grep '>' | pv -l | wc -l
54.5M 0:04:41 [ 193k/s] [    <=>            ]