文件名称:xtract:简单的数据提取工具
文件大小:2KB
文件格式:ZIP
更新时间:2024-07-09 15:50:38
Go
提取 从文本源中提取数据 用法 CLI 标志和选项: Usage of ./xtract: -f="": Extraction format: (ipv4, email) -ignore="": List of ignore values -uniq=false: Return only unique matches -v=false: Print version 例子: # find all ipv4 addresses from the log cat auth.log | xtract -f ipv4 -uniq # find all emails cat mylog.log | xtract -f email -uniq -ignore email@example.com # scan all ipv4 addresses excluding localho
【文件预览】:
xtract-master
----xtract.go(2KB)
----LICENSE(1KB)
----.gitignore(22B)
----README.md(696B)