$ rm -rf /
and it's gone
Not quite right. Try the following.
echo * cd /proc echo * while read line; do echo $line; done < /proc/cpuinfo
Only on 127.0.0.1.
Not quite right. Try the following.
The last line should work and print the entire file, but it seems there's a bug.