VMS 常用命令小注(2)
- $ DIRECTORY/SIZE/DATE/VERSIONS=1/PROTECTION AVERAGE
顯示average所有型別的檔案的,資訊包括最新版本號,建立日期,檔案大小(以block為單位)
- $ set password
設定或修改密碼
- $ ctl+T
GREEN::MCCARTHY 13:45:02 EVE CPU=00:00:03.33 PF=778 IO=295 MEM=315
顯示當前程式的統計資訊,包括
GREEN -- 主機名
MCCARTHY – 使用者名稱
13:45:02 – 當前時間
EVE – 當前程式current process,
CPU=00:00:03.33 – CPU使用率
PF=778 -- number of page faults
IO=295 -- level of I/O activity
MEM=315 -- memory usage
Ctl+T預設為disable狀態,可以用$ SET CONTROL=T去enable
- $ctl+W
重新整理上面螢幕
- $logout /full
退出系統,並顯示當前使用者會話的資訊
- $ctl+Z
取消/終止命令
- $set def [-]
回到上層目錄
- $COPY/LOG FORMAT.TXT,FIGURE.TXT,ARTWORK.TXT -
_$ SAVE.TXT
輸入一條多行的命令:在命令的行尾加 “-”
- $ show terminal
顯示當前terminal屬性
- $set terminal/line_edit
將當前terminal設定為可以line_edit模式。該命令只能修改當前會話屬性
若要每次登陸都保持該屬性,將該命令加入LOGIN.COM檔案
- $set terminal/insert
$set terminal/overstrike
將當前會話的line-edit模式在insert / overstrike之間切換
如果只在當前行切換,可以用ctl+A
- $set terminal/wrap
在line-edit中使用換行
- 完整地指定某個檔案
node::device:[root.][directory]file-name.file-type;version
node à 節點名稱
device à 裝置名稱,一般指磁碟或者磁帶。磁碟有兩種格式:ODS-2(default), ODS-5(OpenVMS only)
directory à 目錄
file name à 檔名
file type à 檔案型別
version à 版本
------------------------------------------------------------------------------
- File Type Contents
------------------------------------------------------------------------------
.CLD Command description file
.COM Command procedure file
.DAT Data file
.DIF Output file created by the DIFFERENCES command
.DIR Directory file
.DIS Distribution list file for the Mail utility
.EXE Executable program image file created by the linker
.HLB Help text library file
.HLP Input source file for help libraries
.INI Initialization file
.LIS Listing file created by a language compiler or assembler; default
input file for the PRINT and TYPE commands
.LOG Batch job output file
.MAI Mail message file
.PS POSTSCRIPT format file
.SYS System image file
.TJL Journal file created by the DECTPU and ACL editors
.TLB Text library file
.TMP Temporary file
.TPU Command file for the EVE editor
.TPU$JOURNAL Journal file created by the EVE editor
.TXT Input file for text libraries or Mail utility output files
------------------------------------------------------------------------------
- 萬用字元
* à 配一串字元
% à 配一個字元
? à配一個字元
- 子目錄的指定
[directory.1-level sub-directory.2-level sub-directory]
- $create test.txt
建立檔案test.txt
- $ COPY *.TXT;* [SAVETEXT]*.*;*
將 .txt檔案複製到[savetext]目錄下
- $ COPY/SINCE=11-DEC-1999/MODIFIED [JONES.LICENSES.DOG]*.* *
複製[JONES.LICENSES.DOG]目錄下所有1999
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/207/viewspace-811678/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- VMS 常用命令小注
- VMS 常用命令小注(4)
- VMS 常用命令小注(3)
- VMS: ALTER TABLESPACE/DATABASE TO RENAME FILES on VMS [ID 9560.1]Database
- DB2常用命令DB2
- DB2-常用命令DB2
- 2.nmap 常用命令
- Linux 常用命令2Linux
- db2 常用命令DB2
- MySQL基礎2——常用命令MySql
- (2)Docker常用命令介紹Docker
- RMAN 常用命令 2 [final]
- db2常用命令大全DB2
- 使用regulator_get時的一個小注意事項
- DB2常用命令彙總DB2
- 2—-svn介紹和常用命令
- Cordova4.0 系列 -- 常用命令(2)
- 11gr2 rac常用命令
- ros2常用命令記錄ROS
- Docker(2):快速入門及常用命令Docker
- Linux的使用2 常用命令列Linux命令列
- 10gR2--EMCA常用命令說明:
- MySQL全面瓦解2:常用命令和系統管理MySql
- lZ:10gR2--EMCA常用命令說明:
- [爬坑日誌1]寫查詢的mysql一些小注意事項MySql
- 【Git】2. Git常用命令詳解、版本切換原理Git
- 【PG常用命令】Postgresql常用命令之大小SQL
- 常用命令
- Git日常常用命令和ADB常用命令Git
- brew 常用命令
- UNIX 常用命令
- Redis 常用命令Redis
- HDFS 常用命令
- Scala常用命令
- homebrew 常用命令
- CentOS常用命令CentOS
- git 常用命令Git
- lldb常用命令LLDB