====== Command line utilites ====== ===== Text file utils ===== \\ **sed** - stream editor for filtering and transforming text ([[http://ru.wikipedia.org/wiki/Sed|wiki]])\\ \\ **grep, egrep, fgrep, rgrep** - print lines matching a pattern\\ \\ **tr** - translate or delete characters\\ \\ **cat** - concatenate files and print on the standard output\\ \\ **xargs** - build and execute command lines from standard input\\ \\