canon-lens/00-logs/find_cmd_with_answ
2023-03-17 15:27:12 +03:00

4 lines
96 B
Bash

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