Y
Hacker News
new
|
ask
|
show
|
jobs
Ask HN: How do I combine grep and scrot?
2 points
by
oriori
1668 days ago
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 comments
LeoSolaris
1668 days ago
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.
link