diff --git a/README.md b/README.md index d4c8659..34b261c 100644 --- a/README.md +++ b/README.md @@ -42,37 +42,37 @@ The java file logically receives the user's parameter information, so in the jav #### Folder Processing ```cmd - 修改语句尾部可添加 grep 做正则筛选 + Modify the end of the statement to add grep to do regular filtering + +         Modify file prefix or suffix +         Append - 修改文件前缀或后缀 - append +         Create and name folders +         Create [constName] [asc|desc] - 创建及命名文件夹 - create [constName] <进值+步长+位数> [asc|desc] +         Create a folder in a constant way +         Create <-l|--list> - 创建文件夹以常量的方式 - create -l +         Regularly modify the file name +         Replace - 正则修改文件名 - replace +         Intercept file name +         Substr [endIndex] - 截取文件名 - substr [endIndex] +         Calculate the file summary with the specified algorithm +         Finger - 以指定算法计算文件摘要 - finger +         Comparative summary, document tampering +         Finger <-c|--compared> - 对比摘要,文件防篡改 - finger <-c|--compared> +         Url link download file, can be renamed, recommended not renamed +         Down [fileName] - url链接下载文件 - download [文件名] +         Command help +         Help - 命令帮助 - help - - 版本 - version +         version +         Version ``` # 中文文档 @@ -103,38 +103,37 @@ java文件顺理成章的收到了用户的参数信息,于是在java代码中 ##命令解读 ```cmd - 修改语句尾部可添加 grep 做正则筛选 - - 修改文件前缀或后缀 - append - - 创建及命名文件夹 - create [constName] <进值+步长+位数> [asc|desc] + 修改语句尾部可添加 grep 做正则筛选 + + 修改文件前缀或后缀 + append - 创建文件夹以常量的方式 - create -l + 创建及命名文件夹 + create [constName] <进值+步长+位数> [asc|desc] - 正则修改文件名 - replace + 创建文件夹以常量的方式 + create <-l|--list> - 截取文件名 - substr [endIndex] + 正则修改文件名 + replace - 以指定算法计算文件摘要 - finger + 截取文件名 + substr [endIndex] - 对比摘要,文件防篡改 - finger <-c|--compared> + 以指定算法计算文件摘要 + finger - url链接下载文件 - download [文件名] + 对比摘要,文件防篡改 + finger <-c|--compared> - 命令帮助 - help + url链接下载文件,可重命名,推荐不重命名 + down [fileName] - 版本 - version + 命令帮助 + help + 版本 + version ```