Checking route via terminal on BGP MT having 300k routes

What is frustrating me, I cannot simply check if some route is actually on routing table.
If I use /ip route print MT simply show 300 routes.
When trying /ip route find dst-address 193.88.22.32/27 i got nothing
Any help?
TIA
Darek

Try something link this,

/ip route print from=[/ip route find dst-address=“xxx.xxx.xxx.xxx/xx”]

Try this:

/ip route print where dst-address="193.88.22.32/27"

You must press the space bar after the code before you press the enter key