1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

bash: fix Chinese translation (#9095)

This commit is contained in:
hms5232 2022-10-17 01:52:14 +08:00 committed by GitHub
parent ac3a24e1a0
commit 22e91c3f25
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# bash
> Bourne-Again SHell. 一個與 `sh` 容的命令列。
> Bourne-Again SHell. 一個與 `sh` 容的命令列。
> 參照 `histexpand` 以使用 history expansion 特性。
> 更多資訊:<https://gnu.org/software/bash/>.