OpenVMS
1825789 會員
2299 線上
109687 解決方案
發表新文章

如何create 含有.的目錄

 
watermelonyu
教授

如何create 含有.的目錄

假設我要create 的目錄名稱是

joey.month

但是我create /dir

會變成是 joey 一個目錄,month一個目錄

請問我如何才能create 含有.的目錄呢?
1則回覆 1
watermelonyu
教授

如何create 含有.的目錄

In extended file names, RMS and DCL interpret the circumflex (^) as an escape character.



$ cre/dir

$ dir



Directory DRA0:



joey^.month.DIR;1



Total of 1 file.



Please refer to Chapter.5 of (and sec. 5.2.1) of OpenVMS User's manual for details.