您的位置: 首页 > IT文章 > linux的脚本应用for循环答应变量 linux的脚本应用for循环答应变量 分类: IT文章 • 2024-08-10 09:24:19 #!/bin/bash for var in A B C ; do echo "var is $var" done