Unix MFS和串行文件


  1. 如何区分串行文件和mfs文件。例如,用户可以创建他自己的目录并将文件放在那里,那么,在使用命令之前,如何区分文件呢。

  2. 有人能告诉我"i"one_answers"e"在grep-i或grep-e 中是什么意思吗

  3. 如何创建串行或MFS文件,以及如何将一个文件转换为另一个

它实际上不是一个MFS文件;它是一个MFS目录。为了使用它,你必须首先创建一个:

build-mfs实用程序构建一个多文件系统,供Ab Initio环境使用。它在指定的不同位置创建控制文件和数据分区

您不能从串行"转换"为MFS或向后转换。您必须让一个图形读取MFS存储的数据集,并收集/合并到串行布局中。

对于grep,执行man grep(或grep --help):

-e PATTERN, --regexp=PATTERN
Use  PATTERN as the pattern.  This can be used to specify multiple search patterns, or to protect a pattern beginning with a hyphen (-).  (-e is
specified by POSIX.)
-i, --ignore-case
Ignore case distinctions in both the PATTERN and the input files.  (-i is specified by POSIX.)

相关内容

  • 没有找到相关文章

最新更新