- 帖子
- 957
- 积分
- 4938
- 技术
- 72
- 捐助
- 0
- 注册时间
- 2008-10-31
|
今天刚学 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
评分人数
-
|