mirror of
https://github.com/eddyem/canon-lens.git
synced 2026-03-20 00:31:08 +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 |