📄 colors
字号:
#!/bin/csh -f## Script name: colors# Example: 9.90#echo -n "Which color do you like? "set color = $<switch ("$color")case bl*: echo I feel $color echo The sky is $color breaksw case red: # Is is red or is it yellow? case yellow: echo The sun is sometimes $color. breakswdefault: echo $color not one of the categories. breaksw endsw
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -