(28) linux中Shell 基本知识

一、脚本概述  1.Shell脚本是一种解释型语言  2.用Shell脚本保存执行命令  3.用脚本判定命令的执行条件  4.用脚本实现命令的批量执行 二、脚本基础知识  1.脚本编写   #!/bin/bash    ##执行脚本的shell类型  2.脚本运行 [[email protected] mnt]# sh hello.sh    ##用sh打开脚本 [[email protected
相关文章
相关标签/搜索