学习啦 > 学习英语 > 专业英语 > 计算机英语 > 计算机英语:目录命令

计算机英语:目录命令

时间: 若木631 分享

计算机英语:目录命令

  下面是学习啦小编整理的计算机英语:目录命令,以供大家学习参考。

  1.A complete file specification might include only a pathname, only a filename, or a combination of pathname and filename, perhaps with wildcards in the filename.

  一个完整的文件标识名可以只包括一个路径名、一个文件名或路径名和文件名的组合,文件名中可以有统配符。

  2.To display a directory listing for drive C, the current drive, type C:\>dir

  列出当前驱动器C的文件目录,敲入:C:\>dir

  3.To call for a wide listing of files for the current drive, type C:\>dir/w

  以宽行方式显示当前目录表,敲入C:\>dir/w

  4.The Directory command (shortened Dir)is one of the most frequently used of all MS-DOS commands.

  Directory 命令(简作Dir)是所有MS-DOS命令中最常用的命令之一。

  5.To call for a wide listing of all files with the DOC extension on the disk in drive A , you would type C:\>dir a: * .doc/w

  将A驱动器中扩展名为DOC的所有文件以宽行列表,要敲入C:\>dir a: * .doc/w

  6.To display a long directory listing, such as that for your MS-DOS directory, one screenful at a time, you would type the following: C:\>dir C: \ dos |more

  显示一个长目录清单,如MS-DOS目录,一次显示一屏,敲入:C:\>dir C: \ dos |more

  New Words & Terms

  complete adj. 完整的

  specification n. 指明;明确

  pathname n. 路径

  only adv. 仅仅;只有

  perhaps adv. 可能

  directory n. 目录

  most 最(用在多音节的adj.和adv.前构成最高级)

  frequently adj. 频繁的

  listing n. 列表

  call for 要求

  wide adj. 宽的

  screenful n. 满屏

  at a time 每一次

  注:1....such as that for your MS-DOS directory... 其中的that 是代词,代表了a long directory listing 这个短语。

  2.符号“|”(不是感叹号),英语名称为broken bar 或 vertical bar 或 tuble,笔者未见到合适的汉译。

  附:执行Directory 命令后屏幕可能显示的信息

  volume In drive C is MIRANDA

  Volume Serial Number is 16E4-9EF7

  Directory of C: \PROJECTS

  -

  09-16-95 1:48 p

  ..

  09-16-96 1:48 P

  FILE1 1024 9-18-95 3:06 P

  FILE2 332358 9-27-95 10:09 P

  FILE3 DOX 17 10-04-95 2:45 P

  FILE4 TXT 28160 11-11-95 8:34 a

  6 file(s) 61559 bytes

  24759552 free

  前两行标识磁盘及其序列号码。

  Directory of 这一行告诉你所列文件所在的目录(组)。随后两行是目录信息。

  以下数行,以FILE4.TXT为例,此行各疗分的意义如下:

  △FILE4.是文件名本身

  △TXT是扩展名。FILE1和FILE2无扩展名

  △28160是文件所占的字节数。一个字节=一个字符

  △11-11-95是文件建立日期,如改变文件重新存盘,MS-DOS将此项更新为该文件的修改日期。

  △8:34 a 是文件建立时间。同日期一样MS-DOS在修改存盘后更新此项。

  △最后两行说明文件个数(包括两个

  项),这些文件所占的总字节数,最后是磁盘上剩余字节数。

热门文章

79522