<?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/"
	
	xmlns:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: A simple text string search script	</title>
	<atom:link href="https://www.krazyworks.com/a-simple-text-string-search-script/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.krazyworks.com/a-simple-text-string-search-script/</link>
	<description>Networking, Systems Design, and Disaster Recovery</description>
	<lastBuildDate>Tue, 12 May 2015 16:06:28 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.7.9</generator>
	<item>
		<title>
		By: Kevin		</title>
		<link>https://www.krazyworks.com/a-simple-text-string-search-script/comment-page-1/#comment-247311</link>

		<dc:creator><![CDATA[Kevin]]></dc:creator>
		<pubDate>Tue, 26 Mar 2013 13:26:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=130#comment-247311</guid>

					<description><![CDATA[I have 50 some html files.
I&#039;m looking for a utility which allows me to search in those files, locate a piece of information in there and then delete that row in the html.
The best so far in searching tens of text files is the Actual Search &#038; Replace at http://www.divlocsoft.com/. 
The limitation there is that I can&#039;t delete the entire row. It only allows me to delete the word or phrase.
Does anyone have any idea which utility tool might allow me to perform my desired task?
]]></description>
			<content:encoded><![CDATA[<p>I have 50 some html files.<br />
I&#8217;m looking for a utility which allows me to search in those files, locate a piece of information in there and then delete that row in the html.<br />
The best so far in searching tens of text files is the Actual Search &amp; Replace at <a href="http://www.divlocsoft.com/" rel="nofollow ugc">http://www.divlocsoft.com/</a>.<br />
The limitation there is that I can&#8217;t delete the entire row. It only allows me to delete the word or phrase.<br />
Does anyone have any idea which utility tool might allow me to perform my desired task?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Rishi		</title>
		<link>https://www.krazyworks.com/a-simple-text-string-search-script/comment-page-1/#comment-247242</link>

		<dc:creator><![CDATA[Rishi]]></dc:creator>
		<pubDate>Tue, 26 Mar 2013 07:50:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=130#comment-247242</guid>

					<description><![CDATA[I have a string of letters.  (They happen to be DNA, but that&#039;s irrelevant.)  For analysis purposes, I need to replace the information at some of the sites.  I need to do this based on their position, not the information in that position.  

I also need to ignore differences at other sites, so I can&#039;t do a simple &quot;wild card search and replace.&quot;  I remember using awk scripts to do something like this about a decade ago, but I don&#039;t remember how.

For example, if you wanted to take the following strings, 

AAAAATAAAGAAAA
and
AAAATTAAAGAAAA
and
AAAAATAAACAAAA

and in each case, turn the 10th letter into an &quot;N,&quot; without changing any of the other letters, how would you do that? (The actual files are about 500 characters long, and will have about 30 position-specific replacements.)

I&#039;m also willing to use a web tool or other editor....MacOS or Unix terminal on a Mac.
]]></description>
			<content:encoded><![CDATA[<p>I have a string of letters.  (They happen to be DNA, but that&#8217;s irrelevant.)  For analysis purposes, I need to replace the information at some of the sites.  I need to do this based on their position, not the information in that position.  </p>
<p>I also need to ignore differences at other sites, so I can&#8217;t do a simple &#8220;wild card search and replace.&#8221;  I remember using awk scripts to do something like this about a decade ago, but I don&#8217;t remember how.</p>
<p>For example, if you wanted to take the following strings, </p>
<p>AAAAATAAAGAAAA<br />
and<br />
AAAATTAAAGAAAA<br />
and<br />
AAAAATAAACAAAA</p>
<p>and in each case, turn the 10th letter into an &#8220;N,&#8221; without changing any of the other letters, how would you do that? (The actual files are about 500 characters long, and will have about 30 position-specific replacements.)</p>
<p>I&#8217;m also willing to use a web tool or other editor&#8230;.MacOS or Unix terminal on a Mac.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Goe122		</title>
		<link>https://www.krazyworks.com/a-simple-text-string-search-script/comment-page-1/#comment-246866</link>

		<dc:creator><![CDATA[Goe122]]></dc:creator>
		<pubDate>Sat, 23 Mar 2013 07:42:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=130#comment-246866</guid>

					<description><![CDATA[I want to make a site that people send me stuff they are selling ( its for my school project). I want to:

1. Be able to put this stuff ( whether automatically or manually) into a database
2. I want it to be able to be searched by 6 things (type of stuff, date added, dorm etc.)
3. I the search to have filters so people can find the right stuff.

I have looked at database tutorials but a lot of them don&#039;t show how to have a decent search module. If someone can give me a good tutorial(s), or can tell me how to do simple ( I know this isn&#039;t simple, but at least easy directions,), or a site that can allow you to make your own database-type situation ( with search as well). A custom site would be really good ( like Pipes!), but any help will do.

No one sentence replies unless it is the best sentence you ever wrote. Give me some content.
]]></description>
			<content:encoded><![CDATA[<p>I want to make a site that people send me stuff they are selling ( its for my school project). I want to:</p>
<p>1. Be able to put this stuff ( whether automatically or manually) into a database<br />
2. I want it to be able to be searched by 6 things (type of stuff, date added, dorm etc.)<br />
3. I the search to have filters so people can find the right stuff.</p>
<p>I have looked at database tutorials but a lot of them don&#8217;t show how to have a decent search module. If someone can give me a good tutorial(s), or can tell me how to do simple ( I know this isn&#8217;t simple, but at least easy directions,), or a site that can allow you to make your own database-type situation ( with search as well). A custom site would be really good ( like Pipes!), but any help will do.</p>
<p>No one sentence replies unless it is the best sentence you ever wrote. Give me some content.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Boo Cookie		</title>
		<link>https://www.krazyworks.com/a-simple-text-string-search-script/comment-page-1/#comment-246798</link>

		<dc:creator><![CDATA[Boo Cookie]]></dc:creator>
		<pubDate>Fri, 22 Mar 2013 22:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.comradegeneral.com/SysAdmin/?p=130#comment-246798</guid>

					<description><![CDATA[Hi, I&#039;m trying to develop a script that will, given the friend id from a form input, get the html of the persons myspace profile, and serch through it to get their default picture, and display name. What could I use to do this? And if it&#039;s simple enough, could someone develop this for me?

Thanks,
Tyler
]]></description>
			<content:encoded><![CDATA[<p>Hi, I&#8217;m trying to develop a script that will, given the friend id from a form input, get the html of the persons myspace profile, and serch through it to get their default picture, and display name. What could I use to do this? And if it&#8217;s simple enough, could someone develop this for me?</p>
<p>Thanks,<br />
Tyler</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
