logoalt Hacker News

throwaway031125yesterday at 3:16 PM2 repliesview on HN

$ rm -rf /

and it's gone


Replies

s-mackeyesterday at 3:32 PM

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.
show 1 reply
lxgryesterday at 6:57 PM

Only on 127.0.0.1.

show 1 reply