atpessoa
| Twitter name | atpessoa |
|---|---|
| Blog URL | http://www.at.eti.br/ |
| Homepage URL | http://blog.at.eti.br/ |
Questions asked (still waiting for an answer)
No matching questions.
Questions asked (marked answered)
No matching questions.
One-liners posted
Find in files, recursively
bash$ grep -rn 'nameserver' /etc 2>/dev/null
Explanation
-rmake a search recursively;-nprint line numbers;-His not need, is default;
Limitations
-iuse for case insensitive search;
Favourite one-liners
Not implemented yet.
One-liners voted on
Not implemented yet.