I want to use grep to find a file, like so:
grep -rn 'Some copy'
Would that be the best way to find the file?
Additionally, I need to find my root html directory. Sorry for such a noob question but would my root directly be as soon as I log into ubuntu?
:confused:
