BASH_SRV Telegram 45
📌 Регулярки — Ищем email-адреса в тексте

Надо быстро вытащить email-адреса из логов или текстов? Лови универсальное регулярное выражение:


grep -Eo '[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}'


📦 Примеры использования:

cat файл.txt | grep -Eo '[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}'


🎯 Оно находит валидные email'ы вроде:
- [email protected]
- [email protected]

⚙️ Флаг -o в grep выводит только совпадения, без строк целиком.

📥 Используй для анализа логов, дампов или выгрузок из баз.

👉@bash_srv
👍9



tgoop.com/bash_srv/45
Create:
Last Update:

📌 Регулярки — Ищем email-адреса в тексте

Надо быстро вытащить email-адреса из логов или текстов? Лови универсальное регулярное выражение:


grep -Eo '[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}'


📦 Примеры использования:

cat файл.txt | grep -Eo '[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}'


🎯 Оно находит валидные email'ы вроде:
- [email protected]
- [email protected]

⚙️ Флаг -o в grep выводит только совпадения, без строк целиком.

📥 Используй для анализа логов, дампов или выгрузок из баз.

👉@bash_srv

BY Bash Советы




Share with your friend now:
tgoop.com/bash_srv/45

View MORE
Open in Telegram


Telegram News

Date: |

On June 7, Perekopsky met with Brazilian President Jair Bolsonaro, an avid user of the platform. According to the firm's VP, the main subject of the meeting was "freedom of expression." In 2018, Telegram’s audience reached 200 million people, with 500,000 new users joining the messenger every day. It was launched for iOS on 14 August 2013 and Android on 20 October 2013. Add the logo from your device. Adjust the visible area of your image. Congratulations! Now your Telegram channel has a face Click “Save”.! Polls A new window will come up. Enter your channel name and bio. (See the character limits above.) Click “Create.”
from us


Telegram Bash Советы
FROM American