[問題] read cmd 超乎預期求原因

看板Linux作者 (scitamehtam)時間2年前 (2021/12/22 12:08), 編輯推噓2(202)
留言4則, 3人參與, 最新討論串1/1
1. 在當前目錄下建立檔案 abs 2. read input:[abc] echo $REPLY 顯示:a 3. read input: [cba]bs echo $REPLY 顯示:abs 4. read input: [k]bs echo $REPLY 顯示:[k]bs 5. read input: [cba]bs echo “$REPLY” 顯示: [cba]bs 感覺跟該目錄下檔名有關耶?! 有人知道原因嗎? 感謝 ---- Sent from BePTT on my iPhone 12 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 49.216.43.48 (臺灣) ※ 文章網址: https://www.ptt.cc/bbs/Linux/M.1640146130.A.68A.html

12/23 03:52, 2年前 , 1F

12/23 03:52, 2年前 , 2F
問題在變數的使用上
12/23 03:52, 2F

12/23 12:15, 2年前 , 3F
thank first floor
12/23 12:15, 3F

01/03 14:45, , 4F
echo "$REPLY"
01/03 14:45, 4F
文章代碼(AID): #1XmgJIQA (Linux)
文章代碼(AID): #1XmgJIQA (Linux)