Skip to content

Commit eea1d59

Browse files
committed
Merge branch 'master' of github.com:wangdoc/bash-tutorial
2 parents 2d9ba84 + 630379c commit eea1d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/condition.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -574,7 +574,7 @@ esac
574574
```bash
575575
#!/bin/bash
576576

577-
echo -n "属于一个字母或数字 > "
577+
echo -n "输入一个字母或数字 > "
578578
read character
579579
case $character in
580580
[[:lower:]] | [[:upper:]] ) echo "输入了字母 $character"

0 commit comments

Comments
 (0)