mirror of
https://github.com/eddyem/canon-lens.git
synced 2025-12-07 19:15:15 +03:00
4 lines
96 B
Bash
4 lines
96 B
Bash
#!/bin/bash
|
|
# find given command and print it with $2 lines of answer
|
|
|
|
grep -A$2 " $1 " *.dat |