Re: /proc/cpuinfo missing blank lines after each processor

2024-07-13 Thread Brian Inglis via Cygwin
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

/proc virtual files show empty in less on Cygwin

2024-07-13 Thread ASSI via Cygwin
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

/proc/cpuinfo missing blank lines after each processor

2024-07-13 Thread ASSI via Cygwin
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