Фильтрация текста с помощью grep
🔒 Sign in to use this
grep выводит строки, совпадающие с шаблоном — основа разбора логов и поиска в коде. Читает файлы или stdin, удобно в конвейерах: cat app.log | grep ERROR или grep ERROR app.log. Режимы -E (расширенное регулярное выражение) и -F (фиксированная строка) по-разному обрабатывают спецсимволы.
Типичные вызовы
Content is available with subscription.
Get full access to all courses on the platform for one year with a single payment.
▼
▼
Unlike other platforms that charge per course, here you get everything for one price, and after one year of use there will be no automatic charge for the following year.
🔒 Sign in to use this