Search:
What you've always wanted: finding out the Debian release name in one commandline:
$ lsb_release -a 2>/dev/null | tail -1 | awk '{print $2}'
Edit: it's way easier than that:
$ lsb_release -c -s