mirror of
https://github.com/eddyem/canon-lens.git
synced 2026-01-31 20:35:03 +03:00
4 lines
96 B
Bash
Executable File
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 |