朋友发了一张5M多的JPG图片给我
请问我用DIR怎么找到这个JPG文件 我的电脑里还有6M的JPG
我只想让他显示5~6M的JPG文件
请问整样做
请问我用DIR怎么找到这个JPG文件 我的电脑里还有6M的JPG
我只想让他显示5~6M的JPG文件
请问整样做
联盟域名:www.cn-dos.net 论坛域名:www.cn-dos.net/forum
DOS,代表着自由开放与发展,我们努力起来,学习FreeDOS和Linux的自由开放与GNU精神,共同创造和发展美好的自由与GNU GPL世界吧!
4DOS Help Topic: Size Ranges
Size ranges simply select files whose size is between the limits given. For
example, / selects files between 10,000 and 20,000 bytes long.
Either or both values in a size range can end with "k" to indicate thousands
of bytes, "K" to indicate kilobytes (1,024 bytes), "m" to indicate millions
of bytes, or "M" to indicate megabytes (1,048,576 bytes). For example, the
range above could be rewritten as /.
The second argument of a size range is optional. If you use a single
argument, like /, you will select files of that size or larger. You
can also precede the second argument with a plus sign ; when you do, it
is added to the first value to determine the largest file size to include in
the search. For example, / select files from 10,000 through
11,000 bytes in size.
Some further examples of size ranges:
Specification Selects Files
/ of length zero (empty)
/ 1 megabyte or more in length
/ between 10,000 and 10,200 bytes