マザーボードのシリアル番号とコンピューターの製品モデルをgrepしたい。使った
sudo lshw | grep -m1 serial:
シリアル番号をgrepする方法(「serial:」が複数あり、最初のものが必要なためです。これをどのように行うことができ、同時に「product:」のgrepも同時に実行できますか?productも複数存在します。そして最初のものはまた私が欲しいものです。
lshw
これを返します:
user@ubuntu:~$ sudo lshw
ubuntu-pc
description: Notebook
product: 23252DG (LENOVO_MT_2325)
vendor: LENOVO
version: ThinkPad X230
serial: R9TWZVR
width: 64 bits
capabilities: smbios-2.7 dmi-2.7 vsyscall32
configuration: administrator_password=disabled chassis=notebook family=ThinkPad X230 power-on_password=disabled sku=LENOVO_MT_2325 uuid=01ECC0B1-8251-CB11-8538-B7D9EC435D9B
*-core
description: Motherboard
product: 23252DG
vendor: LENOVO
physical id: 0
version: Not Defined
serial: 1ZPAB2AC2C1
slot: Not Available
*-cpu
description: CPU
product: Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz
vendor: Intel Corp.
physical id: 1
bus info: cpu@0
version: Intel(R) Core(TM) i7-3520M CPU @ 2.90GHz
serial: None
system
か?に記載されていませんman lshw
。-c system
マザーボードの詳細のみが常に表示されると確信できますか?