filt:filt是一种交互式实时流过滤器(也称为“试错管道”) 源码
过滤 filt是一个交互式/实时流过滤器(也称为“试错管道” )。 用法 $ tail -F /var/log/nginx/access.log | filt 并输入Ctrl+C 如何通过反复试验过滤文件 您可以使用--buffered ( -b )选项 $ cat /var/log/nginx/access.log | filt -b 然后输入Ctrl+C 如何从过滤提示退出 输入“ exit”以提示或输入Ctrl+C 启用或禁用保存历史记录 使能够: $ filt config history.enable true 禁用: $ filt config history.enable false 安装 自制水龙头: $ brew install k1LoW/tap/filt 手动: 从下载binany 去弄: $ go get github.com/k1LoW/fi
文件列表
filt-master.zip
(预估有个26文件)
filt-master
.goreleaser.yml
2KB
.gitignore
44B
version
version.go
102B
go.mod
427B
filter
buffer.go
4KB
stream.go
3KB
Makefile
934B
暂无评论