TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Ask HN: How do I combine grep and scrot?
2 点
作者
oriori
超过 3 年前
I have a folder of 100 text files and want to take a separate screenshot of the lines in each file where the word Japanese is mentioned, how can I do this?
1 comment
LeoSolaris
超过 3 年前
Look up a basic tutorial for BASH programming. It should be pretty easy to set up with an IF statement and a Greater Than comparison.