Различия
Здесь показаны различия между двумя версиями данной страницы.
Следующая версия | Предыдущая версия | ||
dev:ubuntu:cmd_line_utils [2012/01/22 15:26] jamis7005 создано |
dev:ubuntu:cmd_line_utils [2012/01/22 15:59] (текущий) jamis7005 [Text file utils] |
||
---|---|---|---|
Строка 1: | Строка 1: | ||
====== Command line utilites ====== | ====== Command line utilites ====== | ||
+ | ===== Text file utils ===== | ||
+ | |||
\\ | \\ | ||
- | **sed** - stream editor for filtering and transforming text ([[http://ru.wikipedia.org/wiki/Sed|wiki]]) | + | **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\\ | ||
+ | \\ | ||