Читать книгу Linux Bible - Christopher Negus - Страница 211

Trying some useful text manipulation programs

Оглавление

Bash is great and has lots of built-in commands, but it usually needs some help to do anything really useful. Some of the most common useful programs you'll see used are grep, cut, tr, awk, and sed. As with all of the best UNIX tools, most of these programs are designed to work with standard input and standard output, so you can easily use them with pipes and shell scripts.

Linux Bible

Подняться наверх