You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
total progress bar (if more than one file)
file progress bar
current byte, remaining bytes, total bytes, bytes per second
current file, remaining files, total files, files per second (if more than one file)
current file name (if more than one file)
The options should be the same as in the versions without progress bar,
and if the specified options cannot be used it should fallback to the version without progress bar by using execlp without changing $0.
The text was updated successfully, but these errors were encountered:
with progress bar :: without progress bar
bar-cp :: cp
bar-dd :: dd
bar-rm :: rm
bar-shred :: shred
bar-tar :: tar
bar-gzip :: gzip
bar-bzip2 :: bzip2
bar-xz :: xz
bar-cpio :: cpio
Should show:
total progress bar (if more than one file)
file progress bar
current byte, remaining bytes, total bytes, bytes per second
current file, remaining files, total files, files per second (if more than one file)
current file name (if more than one file)
The options should be the same as in the versions without progress bar,
and if the specified options cannot be used it should fallback to the version without progress bar by using execlp without changing $0.
The text was updated successfully, but these errors were encountered: