Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
远程执行的命令如下,
cat ${DUMPFILE} | pv -ls $( wc -l ${DUMPFILE} ) | gzip -c -- > ${DUMPFILE_ZIPPED}
pv从主机执行脚本时按预期显示进度。
pv
有没有办法pv在远程执行时显示输出?