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
  • 67,283
  • 35
  • 116
  • 255
akmot
  • 21

1 Answers1

0

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

Jeff Schaller
  • 67,283
  • 35
  • 116
  • 255
akmot
  • 21