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
Your Windows build number: 10.0.15063]
What you're doing and what's happening: (Copy&paste specific commands and their output, or include screen shots)
(echo "s='a'*(1024*12)" ; echo "print s") | python > foo.out ls -l foo.out ; du -k foo.out ; du -b foo.out
yields
-rwxrwxrwx 1 root root 12289 Dec 11 16:03 foo.out 8193 foo.out 12289 foo.out
-rwxrwx---+ 1 (Omitted) 12289 Dec 11 16:03 foo.out 16 foo.out 12289 foo.out
So with the "-k" option, it is not computing the correct value of the number of kilobytes.
The text was updated successfully, but these errors were encountered:
Well it was a good run. #2517, #2500, #2440, #2434, #2400, #2347, #2211, #1894. Fixed in 16237.
Sorry, something went wrong.
No branches or pull requests
Your Windows build number: 10.0.15063]
What you're doing and what's happening: (Copy&paste specific commands and their output, or include screen shots)
yields
The output should be (determined by using cygwin):
So with the "-k" option, it is not computing the correct value of the number of kilobytes.
The text was updated successfully, but these errors were encountered: