Spotlight archive
Guess the language.
Three lines, three guesses.
MODESpotlight0/3
Spotlight · ?.??
1for f in *.log; do
2 grep -E "ERROR|WARN" "$f" | tail -100 > "summaries/$f.summary"
3done
$ identify language
scripting
compiled
query
Keep going
Three lines, three guesses.