echo 'Places like home:'find / -type d 2> dev-null | while IFS='' read -r filename; do diff "$filename" ~ &> dev-null && echo "$filename"done
Standard input is empty
Places like home:
./prog.sh: line 2: dev-null: Permission denied
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!