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

— by atpessoa on Feb. 19, 2012, 7:24 a.m.

Explanation

  • -r make a search recursively;
  • -n print line numbers;
  • -H is not need, is default;

Limitations

  • -i use for case insensitive search;

Favourite one-liners

Not implemented yet.

One-liners voted on

Not implemented yet.