diff progress for 2 huge files #20

Open
opened 2024-05-08 16:14:21 +02:00 by Benjamin_Loison · 1 comment

See the Unix Stack Exchange 699635.

progress -w does not help.

Related to the Stack Overflow question 139261 and Benjamin_Loison/sha512sum/issues/1.

Does sha512sum involves a significant additional delay?

See [the Unix Stack Exchange 699635](https://unix.stackexchange.com/q/699635). `progress -w` does not help. Related to [the Stack Overflow question 139261](https://stackoverflow.com/q/139261) and [Benjamin_Loison/sha512sum/issues/1](https://codeberg.org/Benjamin_Loison/sha512sum/issues/1). Does `sha512sum` involves a significant additional delay?
Author
Owner
cat file_0 | pv | diff - file_1

seems to be correct.

Related to Benjamin-Loison/gitea/issues/46.

```bash cat file_0 | pv | diff - file_1 ``` seems to be correct. Related to [Benjamin-Loison/gitea/issues/46](https://github.com/Benjamin-Loison/gitea/issues/46).
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Benjamin_Loison/linux#20
No description provided.