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

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

瀏覽:904
日期:2025-09-28
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 ......看更多