05 2023 档案
摘要:shell条件测试 read 内置命令 -p #设置提示信息-t #等待用户输入超时,timeout[root@shell opt]# read -t 15 -p "please enter name,age:" you_name you_ageplease enter name,age:gm 1
阅读全文
摘要:观看视频:https://www.bilibili.com/video/BV14L4y157Bv/?spm_id_from=333.999.0.0 ## 介绍 shell 是一个命令行解释器,它接收应用程序/用户命令,然后调用操作系统内核。shell 还是一个功能强大的编程语言,易编写、易调试、灵活
阅读全文