- https://www.showapi.com/book/view/2089/88 Shell 的变量功能详解
- read:读取来自键盘输入的变量

- declare / typeset
declare 或 typeset 是一样的功能,就是在“宣告变量的类型”


- 阵列 (array) 变量类型
与文件系统及程序的限制关系: ulimit
变量内容的删除、取代与替换 (Optional)

shell使用学习笔记3-变量键盘读取、阵列与宣告: read, array, declare
阅读 74
2023-02-01

declare 或 typeset 是一样的功能,就是在“宣告变量的类型”



相关推荐
精彩评论(0)