csh script user input的相關文章
csh script user input的相關公司資訊
csh script user input的相關商品

Read user input with spaces in csh Shell Script - Stack Overflow
瀏覽:420
日期:2025-04-27
I have a script where the user should be able to enter a string with spaces. So far I have: #bin/csh echo "TEST 1" echo -n "Input : " set TEST = $< echo "Var | " $TEST set TEST ......看更多