We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
How to reproduce:
In an empty directory, create a 1MB file and a hard link to it:
dd if=/dev/zero bs=1M count=1 > file ln file hardlink
sn now reports a total size of 2 MB:
sn
▶ sn files -a 1.0 MB ./hardlink 1.0 MB ./file 2.0 MB .
Whereas it should rather be 1 MB:
▶ du -sh 1,0M .
The text was updated successfully, but these errors were encountered:
No branches or pull requests
How to reproduce:
In an empty directory, create a 1MB file and a hard link to it:
sn
now reports a total size of 2 MB:Whereas it should rather be 1 MB:
The text was updated successfully, but these errors were encountered: