# Gather machine configuration information echo "Machine Configuration" echo "----------------------" # Operating System echo "Operating System: $(lsb_release -d | cut -f2-)" # CPU Information echo "CPU: $(lscpu | awk -F: '/Model name/ {print $2}' ...