5 lines
68 B
Bash
Executable file
5 lines
68 B
Bash
Executable file
#!/bin/sh
|
|
|
|
|
|
tail -f $1 | perl -pe $reg "s/$2/\e[1;31;43m$&\e[0m/g"
|
|
|