canon-lens/00-logs/find_cmd_with_answ
2016-03-21 19:59:04 +03:00

4 lines
96 B
Bash
Executable File

#!/bin/bash
# find given command and print it with $2 lines of answer
grep -A$2 " $1 " *.dat