On Wed March 5 2008 11:24:33 Beartooth Sciurivore wrote:
> Is there some simple command to get a machine to tell me which
> release (of Debian in particular, or of any distro but including Debian)
> is running on it? If uname -a does it, I must be missing something ...
This works in many distros, but not all ...
(shopt -s nullglob; cat /etc/{debian_version,redhat-release}*)
--Mike Bird