網路城邦
greatcat 的部落格
(
新版
)
首頁
文章創作
個人相簿
訪客簿
作家簡介
加入好友
|
加入我的最愛
|
訂閱最新文章
作家:我喵故我在
作家
我喵故我在
文章推薦人
(0)
其他創作
‧
linux script if string
‧
linux sh, list, string array
‧
linux script sh 字串 檢查
‧
exit code 程式 指令 執行結果
‧
linux sh script 健身操
‧
analyze device tree, linux script
‧
linux ubutu apt-get deb 監看下載的流桯
‧
自動驗証目錄所有的md5
‧
linux script sh, add txt file number
‧
bin sh for
最新創作
‧
microchip x ide 6.25 , 不能燒MCU ?
‧
ubuntu 16, build ko module, bug and fix
‧
多個HDMI顯示器, 開機程式自啟, 指定某個HDMI顯示器發聲
‧
唸大學不是為了就業
‧
Install QT6 in ubuntu 22, error and solution
字體:
小
中
大
linux sh, list, string array
2021/12/27 16:39:01
瀏覽
81
|回應
0
|推薦
0
#!/bin/sh
list1='
aaa
bbb
ccc
ddd
'
for st1 in $list1
do
echo "$st1"
done
(
不分類
|
不分類
)
引用網址:https://classic-blog.udn.com/article/trackback.jsp?uid=greatcat&aid=171008340