Search Results

Search: Posts Made By: Chubler_XL
3,505
Posted By Chubler_XL
probably not, I was more focused on the content...
probably not, I was more focused on the content of the awk script, nice pickup:

awk -F": " '/model name/{CPU=$2} END{print CPU}' /proc/cpuinfo
3,505
Posted By Chubler_XL
$ cat /proc/cpuinfo | awk -F": " '/model...
$ cat /proc/cpuinfo | awk -F": " '/model name/{CPU=$2} END{print CPU}'
Showing results 1 to 2 of 2

 
All times are GMT -4. The time now is 07:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy