[新手上路]批处理新手入门导读[视频教程]批处理基础视频教程[视频教程]VBS基础视频教程[批处理精品]批处理版照片整理器
[批处理精品]纯批处理备份&还原驱动[批处理精品]CMD命令50条不能说的秘密[在线下载]第三方命令行工具[在线帮助]VBScript / JScript 在线参考
返回列表 发帖

[文件操作] Finfo 文件信息工具

今天刚学 C# 顺带做的个练习,不错的效果。


FInfo Command Tool
Made By Defanive
This tool can use in dos mode, it can give some infomations about files.
Arguments:
   /?      Show this help
   /lwt    Get the LastWritingTime of file
   /ct     Get the CreatedTime of file
   /rlu    Read the file by one line
   /ra     Read the file all
   /tl     Get the Lines Total of file
   /fb     Get the Bytes of file


Finfo /? 显示帮助
Finfo /lwt 文件名 显示文件的最后修改时间
Finfo /ct 文件名 显示文件的创建时间
Finfo /rlu 行 文件名 显示文件中的指定行,注意行为数字
Finfo /ra 文件名 显示文件全部
Finfo /tl 文件名 显示文件总行数
Finfo /fb 文件名 显示文件字节数


可以看出,几乎是非常强大的,对于一些很复杂的文本操作也可以简单使用

http://bcn.bathome.net/s/tool/index.html?key=Finfo
1

评分人数

正好派上用场~

TOP

可惜不支持纯DOS

TOP

返回列表