[NTLUG:Discuss] Any way to detect a distro?
Robert Thompson
ntlug at thorshammer.org
Sat Aug 20 18:08:26 CDT 2005
> ls /etc/ | egrep "release|version"
Or without a pipe:
find /etc -name "*release" -or -name "*version"
More information about the Discuss
mailing list