Comment on WebAssembly (WASM) arch support for the Linux kernelparentComments−s-macke10moNot quite right. Try the following. echo * cd /proc echo * while read line; do echo $line; done < /proc/cpuinfo The last line should work and print the entire file, but it seems there's a bug.−throwaway03112510moWell, it should not surprise you that the virtual file systems of the kernel remain.
Comments
Not quite right. Try the following.
The last line should work and print the entire file, but it seems there's a bug.Well, it should not surprise you that the virtual file systems of the kernel remain.