mirror of
https://github.com/eddyem/canon-lens.git
synced 2026-03-22 09:40:57 +03:00
new data
This commit is contained in:
4
00-logs/find_cmd_with_answ
Executable file
4
00-logs/find_cmd_with_answ
Executable file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
# find given command and print it with $2 lines of answer
|
||||
|
||||
grep -A$2 " $1 " *.dat
|
||||
Reference in New Issue
Block a user