On 2024-07-13 10:37, ASSI via Cygwin wrote:
There should be a blank line ("\n") after each processsor entry, which
is missing on Cygwin. This actually includses the last processor, so
the output should always end with a blank line as well.
Some programs that parse the data based on what Linux
Trying to display virtual files under /proc leads to empty output:
less /proc/meminfo
while invocation through a pipe or redirection works as expected:
less < /proc/meminfo
cat /proc/meminfo | less
All these variants work as expected on Linux.
Regards,
Achim.
--
+<[Q+ Matrix-12 WAVE#46+305
There should be a blank line ("\n") after each processsor entry, which
is missing on Cygwin. This actually includses the last processor, so
the output should always end with a blank line as well.
Some programs that parse the data based on what Linux specifies get
confused if this line is missing
3 matches
Mail list logo