mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 00:42:08 +02:00
case: add link
This commit is contained in:
parent
432f120133
commit
4d87a4e1a5
4 changed files with 4 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
# case
|
# case
|
||||||
|
|
||||||
> Esegui branch diversi in base al valore di un'espressione.
|
> Esegui branch diversi in base al valore di un'espressione.
|
||||||
|
> Maggiori informazioni: <https://man.archlinux.org/man/case.n>.
|
||||||
|
|
||||||
- Esegui il match di una variabile su diverse stringhe per decidere che comando eseguire:
|
- Esegui il match di una variabile su diverse stringhe per decidere che comando eseguire:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# case
|
# case
|
||||||
|
|
||||||
> 표현식의 값에 근거하여 분기.
|
> 표현식의 값에 근거하여 분기.
|
||||||
|
> 더 많은 정보: <https://man.archlinux.org/man/case.n>.
|
||||||
|
|
||||||
- 변수를 문자열 리터럴과 일치시켜 실행할 명령어 결정:
|
- 변수를 문자열 리터럴과 일치시켜 실행할 명령어 결정:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# case
|
# case
|
||||||
|
|
||||||
> case ... esac 与其他语言中的 switch ... case 语句类似,是一种多分枝选择结构.
|
> case ... esac 与其他语言中的 switch ... case 语句类似,是一种多分枝选择结构.
|
||||||
|
> 更多信息: <https://man.archlinux.org/man/case.n>.
|
||||||
|
|
||||||
- 通过字符串字面量判断执行分支:
|
- 通过字符串字面量判断执行分支:
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
# case
|
# case
|
||||||
|
|
||||||
> Branch based on the value of an expression.
|
> Branch based on the value of an expression.
|
||||||
|
> More information: <https://man.archlinux.org/man/case.n>.
|
||||||
|
|
||||||
- Match a variable against string literals to decide which command to run:
|
- Match a variable against string literals to decide which command to run:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue