1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-03-28 21:16:20 +01:00

ul: add Chinese translation (#6302)

This commit is contained in:
legendqi 2021-08-09 22:47:18 +08:00 committed by GitHub
parent 242897dc85
commit 841643a1af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
pages.zh/linux/ul.md Normal file
View file

@ -0,0 +1,13 @@
# ul
> 执行文本的下划线。
> 给定字符串中的每个字符必须单独加下划线。
> 更多信息: <https://manned.org/ul>.
- 在适用的情况下用下划线显示文件的内容:
`ul {{文件路径}}`
- 用由破折号组成的下划线显示文件的内容 `-`
`ul -i {{文件路径}}`