# Example line, will print 'Linux <kernel-release>'
a=$(uname -s ; uname -r) ; echo $a
