Trace: » ubuntu_transparent_proxy » installation_of_the_wifidog_captive_portal » installation_of_the_wifidog_authorisation_server » installing_the_project_looking_glass_3d_desktop_on_ubuntu » start » irc » runlevel » joggler » using_tar » using_grep

Login

You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.

Login

grep

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>"