shell中的变量的使用

变量的定义

变量定义方法

shell中的变量的使用

变量的名称

shell中的变量的使用

变量的转译

shell中的变量的使用注:有些时候有的字符不需要转译,所以用“”
shell中的变量的使用shell中的变量的使用

命令的别名

shell中的变量的使用vim ~/.bashrc #永久性更改
shell中的变量的使用vim /etc/bashrc #系统级别更改,多用户适用
shell中的变量的使用注:在系统文件中改过之后,westos用户也可以,使用xie命令替代vim命令
shell中的变量的使用

环境变量的设定

shell中的变量的使用vim ~/.bash_profile #用户级别环境设置
shell中的变量的使用#java环境搭建
shell中的变量的使用shell中的变量的使用vim /etc/profile.d/java.sh #系统级别环境设置
shell中的变量的使用

传参

shell中的变量的使用vim /mnt/westos1.sh
shell中的变量的使用shell中的变量的使用练习题
shell中的变量的使用

shell中的变量的使用
![在这里插入图片描述](https://www.icode9.com/i/ll/?i=20210314090535510.png?,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3Fpbmd5dWxlZQ==,size_16,color_FFFFFF,t_70#pic_centershell中的变量的使用

函数

*与c语言,java中的函数作用一样
shell中的变量的使用

上一篇:linux重启 /etc/profile环境变量不生效


下一篇:android-有没有办法从APK查看清单文件的内容?