We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff37ee2 commit ae97c81Copy full SHA for ae97c81
1 file changed
_posts/linux/2017-03-03-extract-log-by-range-time.md
@@ -51,3 +51,10 @@ echo "$RESULT_STR write to file $FILE_NAME"
51
echo -e '\n******************** end **************************\n'
52
53
```
54
+
55
+# 使用方式
56
57
+```
58
+./extract.sh server.log.2017-03-02 "22:10:" "22:30:"
59
60
0 commit comments