#!/bin/bash # Ver - A clone of the MS-DOS command "ver" but here for your Linux O S # by O. La Rosa - 03-05-2008 - Public # clear echo "Which Linux VERsion am I using now ? " lsb_release -a echo /bin/uname -a echo cat /etc/debian_version echo exit