Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要修复路径可以包含空格。我读到可以在 bash 中使用 IFS。有什么适合tcsh的吗?
谢谢你。
您可以\在 tcsh 中使用分隔符。
\
例如,如果您要访问的目录名为“我的目录”,您应该这样写:
set mypath = "/usr/home/My\ Directory"