Skip to content
SRE运维进阶之路
云原生
Kubernetes
Docker
etcd
基础知识
操作系统
计算机网络
Linux运维
编程语言
Shell
Python
Golang
前端开发
监控工具
Prometheus
Grafana
ELK
Zabbix
自动化工具
Jenkins
Ansible
web中间件
Nginx
Tomcat
数据库
MySQL
Redis
github icon
outlook icon
第九章 换个角度看变量
author icon
LinuxStory
calendar icon
2021年5月11日
category icon
Linux
tag icon
Bash
timer icon
小于 1 分钟
#
第九章 换个角度看变量
#
本章目录
9.1 内部变量
9.2 变量类型标注:
declare
与
typeset
9.2.1
declare
的另类用法
9.3
$RANDOM
:生成随机数
在脚本中恰当的使用变量可以增强脚本并提高适应性。因此就需要了解变量的微妙之处和细微差异。
下一页
第十章 变量处理