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
Tool: cp.
Version: commit c8bcdb926 (latest in main as of 2024-12-06).
STR:
echo 'a' > a && cp --no-clobber --progress -v -T -- a b emits 1 line into stdout and 1 line into stderr as expected:
1.a. 'a' -> 'b'
1.b. cp: [00:00:00] █████████ 2 B/2 B
Run cp --no-clobber --progress -v -T -- a b one more time.
Actual:
This time tool emits nothing into stdout. It completely matches the expectation.
It still emits progress into stderr like cp: [00:00:00] █████████ 2 B/2 B even though no copy happened.
Expected:
Absolutely no output.
The text was updated successfully, but these errors were encountered:
Tool:
cp
.Version: commit
c8bcdb926
(latest inmain
as of 2024-12-06).STR:
echo 'a' > a && cp --no-clobber --progress -v -T -- a b
emits 1 line into stdout and 1 line into stderr as expected:1.a.
'a' -> 'b'
1.b.
cp: [00:00:00] █████████ 2 B/2 B
cp --no-clobber --progress -v -T -- a b
one more time.Actual:
cp: [00:00:00] █████████ 2 B/2 B
even though no copy happened.Expected:
The text was updated successfully, but these errors were encountered: