Read user input with spaces in csh Shell Script - Stack Overflow

Read user input with spaces in csh Shell Script - Stack Overflow

瀏覽:1500
日期:2026-04-21
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 ......看更多