Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 306 Bytes

使用grep快速去除垃圾数据.md

File metadata and controls

4 lines (4 loc) · 306 Bytes
curl http://host.xx/file.js | grep -Eo "(http|https)://[a-zA-Z0-9./?=_-]*"*
cat file | grep -Eo "(http|https)://[a-zA-Z0-9./?=_-]*"*

image image