4 lines
135 B
Bash
Executable File
4 lines
135 B
Bash
Executable File
#!/bin/bash
|
|
tail -2000 ${1} | grep -ivf skiplist | grep --colour -if items
|
|
tail -f ${1} | grep -ivf skiplist | grep --colour -if items
|