- Добавил: literator
- Дата: 13-10-2021, 20:44
- Комментариев: 0

Автор: Sundeep Agarwal
Издательство: Leanpub
Год: 2021-10-08
Страниц: 111
Язык: английский
Формат: pdf (true)
Размер: 10.2 MB
You might be already aware of popular coreutils commands like head, tail, tr, sort, etc. This book will teach you more than twenty of such specialized text processing tools provided by the GNU coreutils package. Any beginner learning Linux command line tools would come across cat within the first week. Sooner or later, they'll come to know popular text processing tools like grep, head, tail, tr, sort, etc. If you were like me, you'd come across sed and awk, shudder at their complexity and prefer to use a scripting language like Perl and text editors like Vim instead (don't worry, I've already corrected that mistake). Knowing power tools like grep, sed and awk can help solve most of your text processing needs.