1 2 3 4
#!/bin/bash mvn clean compile exec:java > outp.txt 2> error.txt; tail -n +35 outp.txt \ | view -c "normal! zR" -;