|
|
|
|
|
by jll29
383 days ago
|
|
The semicolon followed by that very, very important word called "however" are often cruicial in abstracts of scientific papers: turn.sh finds you where the authors of a paper switch to critizizing: #!/bin/sh
grep -C2 -n -i -E "[.;.][\n\t\ ]however" # scan where the paper takes a critical turn
|
|