Skip to content

Commit 2f8193a

Browse files
committed
improve format
1 parent 2cea6e9 commit 2f8193a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ class paths to find:
321321
322322
### 贡献者
323323
324-
[tgic](https://github.com/tg123)提供此脚本。友情贡献者的链接[commandlinefu.cn](http://commandlinefu.cn/)|[微博linux命令行精选](http://weibo.com/u/2674868673)
324+
[tgic](https://github.com/tg123)提供此脚本。友情贡献者的链接 [commandlinefu.cn](http://commandlinefu.cn/) | [微博linux命令行精选](http://weibo.com/u/2674868673)
325325
326326
<a id="find-in-jarssh"></a>
327327
:beer: [find-in-jars](../find-in-jars)

find-in-jars

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ Find file in the jar files under specified directory(recursive, include subdirec
2222
The pattern default is *extended* regex.
2323
2424
Example:
25-
${PROG} 'log4j\.properties'
26-
${PROG} '^log4j(\.properties|\.xml)$' # search file log4j.properties/log4j.xml at zip root
27-
${PROG} 'log4j\.properties$' -d /path/to/find/directory
28-
${PROG} 'log4j\.properties' -d /path/to/find/dir1 -d /path/to/find/dir2
25+
${PROG} 'log4j\.properties'
26+
${PROG} '^log4j(\.properties|\.xml)$' # search file log4j.properties/log4j.xml at zip root
27+
${PROG} 'log4j\.properties$' -d /path/to/find/directory
28+
${PROG} 'log4j\.properties' -d /path/to/find/dir1 -d /path/to/find/dir2
2929
3030
Options:
3131
-d, --dir the directory that find jar files, default is current directory.

0 commit comments

Comments
 (0)