I'm trying to reference a file in the command line, but I keep getting the 'No such file or directory' error. The system uses SSH for the protocol.
Examples (that cause error):
grep regex <SERVER1:/home/app/log/biglog
grep regex <SERVER1:home/app/log/biglog
umm i think you'll have better luck with this:
ssh <user>@<server> grep regex <path>