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 では区切り文字を使用できます。
\
たとえば、アクセスしたいディレクトリが「My Directory」と呼ばれる場合、次のように記述します。
set mypath = "/usr/home/My\ Directory"