Remix.run Logo
s-macke 3 days ago

Not 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.
throwaway031125 3 days ago | parent [-]

Well, it should not surprise you that the virtual file systems of the kernel remain.