echo "Saving ls of root dir,\ then sending it to stdout" cd / ls > /tmp/ls$$ more /tmp/ls$$ rm /tmp/ls$$