Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,16 +1,16 @@
# basename
> 移除一个路径的目录部分字符.
> 移除一个路径的目录部分字符
> 更多信息: <https://www.gnu.org/software/coreutils/basename>.
- 仅显示文件名:
- 仅显示文件名
`basename {{路径/到/文件}}`
- 显示路径字符最右边表示目录的字符:
- 显示路径字符最右边表示目录的字符
`basename {{路径/到/目录/}}`
- 展示无后缀的文件名称:
- 展示无后缀的文件名称
`basename {{路径/到/文件}} {{后缀}}`