如何注释文件 - 当长文件名不够时
我使用许多文件进行一般数据分析。
我想了解的有关我的文件的信息包括:
- 文件中包含哪些数据(以长和非常长的描述性英文文本)?
- 该文件是从某处下载的(在哪里?何时?)或由某个程序生成(哪个?)
- 为什么我制作这个文件,口头描述我想用它做什么,它在我的数据分析工作流程中属于什么位置(附加英文文本描述,也可以变得很长)
对此,长文件名根本不是解决方案!即使长文件名对于完整描述来说也太短,并且在实际使用文件(perl、awk、R)时,长文件名会造成妨碍。
我现在要做的就是在每个目录中制作一个自述文件,其中包含文件名、制表符分隔符和详细描述。然而,正如你想象的那样,这个解决方案非常麻烦,因为描述与文件系统和所有内容完全分离,自述文件必须单独维护和更新等。
是否有任何工具可以用来对文件名进行真正详细、系统的描述?甚至可能集成到文件系统中?
使用的操作系统:Windows 7和Cygwin,通过SSH和导入X的各种风格的linux/unix
I work with many files doing general data analysis.
Things I want to know about my files include:
- what data is contained in the file (in long and very long descriptive, english text)?
- is the file downloaded from somewhere (where? when?) or generated by a program (which one?)
- why I made this file, verbal description what I want to do with it, where it belongs in my data analysis workflow (additional english text description, can get very long as well)
For this, long filenames are simply not the solution! Even long filenames are too short for the full descriptions, and when actually working with the files (perl, awk, R) the long filenames get in the way.
What I do right now is make a readme in each dir with the filename, tab-separator, and the long description. However this solution is very cumbersome as you can imagine because the descriptions are completely separated from the filesystem and everything, the readme has to be maintained and updated separatedly etc.
Is there any tool one can use for really verbose, systematic descriptions of filenames? Maybe even integrated into the filesystem?
Operating system used: Windows 7 and Cygwin, various flavours of linux/unix through SSH and importing X
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论