I am using the CloudFoundry CLI tool to tail logs from a remote cloudfoundry server. As per the cloud foundry log docs the command is
cf logs **app_name** --recent | grep RTR.
When i run this i get the error, grep is not recognized as a command. I believe this only works in a Unix based system. How can i use a grep like functionality from Windows CF CLI?