Ruby 语言 思想驱动生活

Ruby,Rails,编程是一种乐趣。

Tag List for:

用FUP建立结构化文件

Posted by liubin on Monday June 11 @ 20:41
Taged with: tagged , and

File Utility Program 的缩写
简称FUP,非常强大的文件管理工具。
可以参考File Utility Program (FUP) Reference Manual
或本blog的其它文章:tag->

关于什么是结构化文件,可以参考本地其它文件,tag
先看看表的结构:

(前面的小横线是FUP的提示符)
-info table1,detail

...
TYPE K
...
REC 28
...
KEY ( COLUMN 0, OFFSET 0, LENGTH 4, ASC )
...

table1是一个表,在NSK中基本上就是一个文件,REC 28表示每个记录的最大长度,KEY是第一个列,offset为0,长度是4,为int型。

(more…)



Locations of visitors to this page


Recent Comments