I m 试图从原木档案中提取数据并系统地加以整理。 我有大约9个记录文档,每份大小为100米。
我试图做的是:从每个记录文档中摘取的多个chunks,而对于每个提取的原始数据,我想建立一个新的档案,并将这一抽取的数据节省下来。 每个草坪都有明确的开端点。
基本上,我取得了一些进展,并能够提取我所需要的数据,但是,我在试图说明如何为每个配对的chu建立一个新的档案时,打上了围墙。
由于我环境的制约因素,我无法使用像Sharma或Perl这样的节目。 因此,请不要听途说。
My command thus far:
find Logs 13Sept/Log_00000000*.log -type f -exec
sed -n /LRE Starting chunk/,/LRE Ending chunk/p {} ; |
grep -v -A1 -B1 "Starting chunk" > Logs 13Sept/Chunks/test.txt
The LRE Starting chunk
and LRE Ending chunk
are my boundaries. Right now my command works, but it saves all matched chunks to one file (whose size is becoming exessive).
我如何为每种配对建立一个