search.sh 97 B

1234567
  1. #!/bin/bash
  2. cd /home/mc/mjava/logs
  3. tail -n 20 error.log | grep --color -3 $1
  4. #./search.sh test