Использует ли fontconfig шаблон именования Ant для подстановки?

VCP – copy files in a curses interface (Show the Progress Bar in Linux).

DESCRIPTION: vcp copies files and directories in a curses interface, with text only output available.  its options and output are similar to BSD's cp while adding some new features.

It provides information on:

  • files copied and left to copy
  • data written and total data size
  • data being written every second
  • two status bars, one showing current file status, the other total status (except with 1 file, both show current), and percentage

when output is sent to the console:

  • a status bar
  • size copied and speed

Справочная страница VCP:https://linux.die.net/man/1/vcp

Скачать vcp -2.2.tar.gz из:

http://distfiles.gentoo.org/distfiles/vcp-2.2.tar.gz

Зависимость :curses.h (libncurses -dev ).

В Ubuntu установите:

sudo apt-get install libncurses-dev

или

sudo apt-get install libncurses5-dev

УСТАНОВИТЬ vcp:

make && make install

Вручную:

man vcp
-1
18.04.2021, 14:07
0 ответов

Теги

Похожие вопросы