<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Split Large Text File into Multiple *.txt Files	</title>
	<atom:link href="https://www.ubuntumint.com/split-large-file-into-multiple-files/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.ubuntumint.com/split-large-file-into-multiple-files/</link>
	<description>UbuntuMint - Everything About Ubuntu Linux</description>
	<lastBuildDate>Mon, 24 Jul 2023 08:44:43 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>
		By: Karthik		</title>
		<link>https://www.ubuntumint.com/split-large-file-into-multiple-files/#comment-18635</link>

		<dc:creator><![CDATA[Karthik]]></dc:creator>
		<pubDate>Mon, 28 Nov 2022 05:12:34 +0000</pubDate>
		<guid isPermaLink="false">https://www.ubuntumint.com/?p=4831#comment-18635</guid>

					<description><![CDATA[I have a Question to split a big &lt;code&gt;.txt&lt;/code&gt; file that is to be split and saved with the dynamic file names.

input file:

aaaa
Start-KEYWORD(OutputFIleName1)
1a1a1a [1st file recrod start]
:
2a2a2a [1st file recrod ends]
end-KEYWORD.
Start-KEYWORD(OutputFIleName2)
3a3a3a [2nd file recrod start]
:
4a4a4a [2nd file recrod ends]
end-KEYWORD.
Start-KEYWORD(OutputFIleName3)
5a5a5a [3rd file recrod start]
:
6a6a6a [3rd file recrod ends]
end-KEYWORD.
:
etc..

Output should be - OutputFIleName1.txt.

1a1a1a [1st file recrod start]
:
2a2a2a [1st file recrod ends]

OutputFIleName2.txt
3a3a3a [2nd file recrod start]
:
4a4a4a [2nd file recrod ends]

OutputFIleName3.txt
5a5a5a [3rd file recrod start]
:
6a6a6a [3rd file recrod ends]

This needs to be done with shell scripts. Can anyone please suggest what to do.]]></description>
			<content:encoded><![CDATA[<p>I have a Question to split a big <code>.txt</code> file that is to be split and saved with the dynamic file names.</p>
<p>input file:</p>
<p>aaaa<br />
Start-KEYWORD(OutputFIleName1)<br />
1a1a1a [1st file recrod start]<br />
:<br />
2a2a2a [1st file recrod ends]<br />
end-KEYWORD.<br />
Start-KEYWORD(OutputFIleName2)<br />
3a3a3a [2nd file recrod start]<br />
:<br />
4a4a4a [2nd file recrod ends]<br />
end-KEYWORD.<br />
Start-KEYWORD(OutputFIleName3)<br />
5a5a5a [3rd file recrod start]<br />
:<br />
6a6a6a [3rd file recrod ends]<br />
end-KEYWORD.<br />
:<br />
etc..</p>
<p>Output should be &#8211; OutputFIleName1.txt.</p>
<p>1a1a1a [1st file recrod start]<br />
:<br />
2a2a2a [1st file recrod ends]</p>
<p>OutputFIleName2.txt<br />
3a3a3a [2nd file recrod start]<br />
:<br />
4a4a4a [2nd file recrod ends]</p>
<p>OutputFIleName3.txt<br />
5a5a5a [3rd file recrod start]<br />
:<br />
6a6a6a [3rd file recrod ends]</p>
<p>This needs to be done with shell scripts. Can anyone please suggest what to do.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
