Get single attribute

Hi, I’ve some ssh script that connects to a mikrotik, and I’d like to get the board model, when logged I would do a

/system resource print

, but that will print also the uptime, version, etc..
I was expecting that

/system resource get board-name

would work for single attributes, but it does nothing.

What would be the proper method to print only this item on a ssh session?

Try :put [system router get model]

Thanks a lot, it worked :smiley: