2

the cmd command: dmidecode -s processor-version gives me the same andswer 125 times. enter image description here

I want the commande to andswer only one time.

how can break the loop ?

Jeff Schaller
  • 66,199
  • 35
  • 114
  • 250
akmot
  • 21
  • 5

1 Answers1

0

I added | head -n 1 and it worked out.

Jeff Schaller
  • 66,199
  • 35
  • 114
  • 250
akmot
  • 21
  • 5