logoalt Hacker News

s-mackeyesterday at 3:32 PM1 replyview on HN

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.

Replies

throwaway031125yesterday at 8:38 PM

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