三、实验内容1、编写一个shell脚本程序,打印出班级总成绩排名在前3名(按总成绩递增)学生的姓名、学号和总成绩。 打印输出的格式如下(姓名、学号、第1、2、3门课程成绩及总成绩): 2、编写一个menu的shell脚本程序,执行后的界面为: Number Name ForLinuxMenu 1 exit leavemenuorreturn 2 menu gotoanotherlocalmenu 3 vi deitafile 4 mail readamail 5 send sendmailtosomeone 6 cal seeyourcalendar 7 who seewhoisonthesystem 8 ls listthefilesinthisdirectory 9 cat displayafileonthescreen Pleaseenteranumberoranamefortheactionyouwish: 要求有清屏功能,能正确地执行各项命令并显示。