Skip to content

Commit ae97c81

Browse files
authored
Update 2017-03-03-extract-log-by-range-time.md
1 parent ff37ee2 commit ae97c81

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

_posts/linux/2017-03-03-extract-log-by-range-time.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,10 @@ echo "$RESULT_STR write to file $FILE_NAME"
5151
echo -e '\n******************** end **************************\n'
5252
5353
```
54+
55+
# 使用方式
56+
57+
```
58+
./extract.sh server.log.2017-03-02 "22:10:" "22:30:"
59+
60+
```

0 commit comments

Comments
 (0)