当前位置: 代码迷 >> 综合 >> shell使用学习笔记3-变量键盘读取、阵列与宣告: read, array, declare
  详细解决方案

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

热度:79   发布时间:2023-12-13 12:33:43.0
  • https://www.showapi.com/book/view/2089/88   Shell 的变量功能详解
  • read:读取来自键盘输入的变量

 

  • declare / typeset

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

 

  • 阵列 (array) 变量类型
  • 与文件系统及程序的限制关系: ulimit

  • 变量内容的删除、取代与替换 (Optional)

  相关解决方案