:: reverse dictionary ::
ファイルの内容を表示するには、type コマンドに表示するファイルを指定して実行します。
C:\>type C:\WINDOWS\system32\perfci.h #define CIOBJECT 0 #define NUM_WORDLIST 2 #define NUM_PERSISTENT_INDEX 4 #define INDEX_SIZE 6 #define FILES_TO_BE_FILTERED 8 #define NUM_UNIQUE_KEY 10 #define RUNNING_QUERIES 12 #define MERGE_PROGRESS 14 #define DOCUMENTS_FILTERED 16 #define NUM_DOCUMENTS 18 #define TOTAL_QUERIES 20 #define DEFERRED_FILTER_FILES 22
type [ドライブ:][パス]ファイル名
type コマンドは、指定したファイルの内容を表示します。 ファイルの内容が1画面に収まらない場合は、スクロールして最後まで表示します。
Copyright (C) 2005-2007 Noto Watabe. All rights reserved.
e-mail:wmh@always-pg.com