You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.
You don't have an account yet? Just get one: Register
Forgotten your password? Get a new one: Send new password
Finds text within a file. By default grep prints the matching lines to screen. Command to run to give output sits to the left of the pipe. Grep then allows you to specify a string to search for in the command’s output at the right of the pipe.
<command to run> --option | grep "<text/string to search for>"