Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uutils' ls -l prints different "total" number than FreeBSD's bundled ls #6871

Open
pkubaj opened this issue Nov 18, 2024 · 3 comments
Open
Labels

Comments

@pkubaj
Copy link
Contributor

pkubaj commented Nov 18, 2024

This is on coreutils 0.0.28 on FreeBSD 14.2-BETA1.

nobody@amd64-142-default:/usr/ports/sysutils/rust-coreutils $ ls -l files
total 5
-rw-r--r--  1 nobody nogroup 306 Jun 27  2023 symlink-install-helper.sh.in
nobody@amd64-142-default:/usr/ports/sysutils/rust-coreutils $ uu-ls -l files
total 4
-rw-r--r-- 1 nobody nogroup 306 Jun 27  2023 symlink-install-helper.sh.in
@pkubaj
Copy link
Contributor Author

pkubaj commented Nov 18, 2024

I'm not sure about since when this issue is present.

@sylvestre
Copy link
Contributor

git bisect is great for this.
Cc @lau

@pkubaj
Copy link
Contributor Author

pkubaj commented Nov 18, 2024

Yes, but I don't know which version was good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants