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
The two utilities use different ways to get the size of a file, both of which
don't work on macOS. Replace them with `cat <file> | wc -c`.
Signed-off-by: Christophe de Dinechin <[email protected]>
0 commit comments