操作步骤如下: 在vi/vim编辑器下创建Shell脚本:cal_month_year.sh文件主要命令行: #!/bin/bash #Show cal month of year echo -n "Please input the month:" read month echo -n "Please inout the year:" read year cal $month $year 赋予权限777然后执行:cal_month_year.sh 请帮顶 / 评论点赞!你们的鼓励是我写作的最大动力!