1 Star 0 Fork 0

liuyidao1909/学习笔记

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
test.sh 435 Bytes
一键复制 编辑 原始数据 按行查看 历史
liuyidao1909 提交于 2020-06-30 10:02 +08:00 . 20200630 new
#!/bin/bash
echo "I test fun"
echo "$0"
printf "a string, no processing:<%s>\n" "A\nB"
printf "a string, no processing:<%b>\n" "A\nB"
printf "www.runoob.com \a"
echo '按下 <CTRL-D> 退出'
echo -n '输入你最喜欢的网站名: '
:<<!
while read FILM
do
echo "是的!$FILM 是一个好网站"
done
!
a=10
let "a=a+20"
echo "$a"
for((ii=0;ii<3;ii+=2));do
echo "this is $ii for"
done
defun(){
read num
echo "${num}"
}
defun
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/liuyidao1909/learning_notes.git
git@gitee.com:liuyidao1909/learning_notes.git
liuyidao1909
learning_notes
学习笔记
master

搜索帮助