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

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

瀏覽:1453
日期:2025-10-04
It's because you're not using quotes in your SET statement. When you enter "r r r" as your input, the two different variants (unquoted and quoted) are ......看更多