Enumerate OS Name & Version on Linux
(cat /proc/version || uname -a ) 2>/dev/nulllsb_release -a 2>/dev/null(old, not by default on many systems)cat /etc/os-release 2>/dev/nullavailable on most modern systems.
Related
Related Notes
All Related Notes
TABLE file.ctime as "Created", tags as "Tags" FROM "New Notes" WHERE contains(tags, "linux") OR contains(tags, "enumeration") SORT file.ctime DESClinux
TABLE file.ctime as "Created", tags as "Tags" FROM "New Notes" WHERE contains(tags, "linux") SORT file.ctime DESCenumeration
TABLE file.ctime as "Created", tags as "Tags" FROM "New Notes" WHERE contains(tags, "enumeration") SORT file.ctime DESC