
shell
耳语吖
有问题欢迎交流
展开
-
shell编程问题记录
教程。原创 2023-03-11 22:24:05 · 168 阅读 · 0 评论 -
windows添加host脚本
命名为.bat文件,双击运行即可。原创 2022-08-03 11:08:00 · 1877 阅读 · 0 评论 -
自动登录sh脚本
自动登录sh脚本原创 2022-08-03 11:02:33 · 689 阅读 · 0 评论 -
shell编程 找到最小值
第一次写shell脚本,记录一下,什么都不懂,先来一个最简单的demo练练手,记录一下遇到的问题。 #!/bin/bash echo "input 3 nums: " echo "the first num is " read num1 echo "the second num is " read num2 ...原创 2019-10-21 15:19:47 · 1451 阅读 · 2 评论