Running Deepstream code from Putty(ssh) giving errors

it worked by putting ./ in front of the command…
sudo ./deepstream-image-meta-test file:///filepath
this worked for me…
and
sudo deepstream-image-meta-test file:filepath , this was giving me issue

just by adding “./” in front it worked…still wondering the reason behind this…

If you have any idea then please tell!

Thanks