cpuModel=\$(lscpu | grep 'Model name' |cut -d ' ' -f 3- | sed -e 's/^[[:space:]]*//')
${2:echo "\${cpuModel\}"}
system processor model
Shortcut: system.processor.model
0 Comments
Add Comment
Log in to add a comment
cpuModel=\$(lscpu | grep 'Model name' |cut -d ' ' -f 3- | sed -e 's/^[[:space:]]*//')
${2:echo "\${cpuModel\}"}
system processor model
Shortcut: system.processor.model
Log in to add a comment