Skip to content

Commit

Permalink
Modified word error in the find command option. (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
robigus authored and jaywcjlove committed May 2, 2019
1 parent 8575a08 commit 2fdb020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/find.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ find(选项)(参数)
-regex<范本样式>:指定字符串作为寻找文件或目录的范本样式;
-size<文件大小>:查找符合指定的文件大小的文件;
-true:将find指令的回传值皆设为True;
-typ<文件类型>:只寻找符合指定的文件类型的文件;
-type<文件类型>:只寻找符合指定的文件类型的文件;
-uid<用户识别码>:查找符合指定的用户识别码的文件或目录;
-used<日数>:查找文件或目录被更改之后在指定时间曾被存取过的文件或目录,单位以日计算;
-user<拥有者名称>:查找符和指定的拥有者名称的文件或目录;
Expand Down

0 comments on commit 2fdb020

Please sign in to comment.