- Community Home
- >
- HPE Community, Taiwan
- >
- Tru64 Unix & OpenVMS
- >
- OpenVMS
- >
- 如何create 含有.的目錄
OpenVMS
1825789
會員
2299
線上
109687
解決方案
論壇
類別
Company
Local Language
返回
論壇
討論平台
論壇
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
討論平台
論壇
討論平台
返回
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
部落格
信息
社區語言
語言
論壇
部落格
文章選項
- 訂閱此主題的RSS 提要
- 將此主題標記為未讀
- 將主題標記為已讀
- 將主題在本帳號置頂
- 標示為書籤
- 訂閱此主題
- 列印此頁
- 將文章標記為未讀
- 標示為書籤
- 訂閱此主題
- 靜音
- 訂閱此主題的RSS 提要
- 高亮顯示此文章
- 列印此文章
- 提報不當內容
在 07-10-2007 12:51 PM
在 07-10-2007 12:51 PM
如何create 含有.的目錄
假設我要create 的目錄名稱是
joey.month
但是我create /dir
會變成是 joey 一個目錄,month一個目錄
請問我如何才能create 含有.的目錄呢?
joey.month
但是我create /dir
會變成是 joey 一個目錄,month一個目錄
請問我如何才能create 含有.的目錄呢?
1則回覆 1
- 將文章標記為未讀
- 標示為書籤
- 訂閱此主題
- 靜音
- 訂閱此主題的RSS 提要
- 高亮顯示此文章
- 列印此文章
- 提報不當內容
在 07-10-2007 02:50 PM
在 07-10-2007 02:50 PM
如何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.
$ 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.
以上表述為作者個人觀點,不代表惠普公司,使用本網站,請遵守網站使用規則和條款