<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Clovertech | Earl Coppedge Jr | Activity</title>
	<link>https://clovertech.infor.com/members/earl-coppedge-jr/activity/</link>
	<atom:link href="https://clovertech.infor.com/members/earl-coppedge-jr/activity/feed/" rel="self" type="application/rss+xml" />
	<description>Activity feed for Earl Coppedge Jr.</description>
	<lastBuildDate>Wed, 08 Apr 2026 20:21:38 -0400</lastBuildDate>
	<generator>https://buddypress.org/?v=</generator>
	<language>en-US</language>
	<ttl>30</ttl>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>2</sy:updateFrequency>
	
						<item>
				<guid isPermaLink="false">d372719ea892d651a6fca5a769a8398c</guid>
				<title>Earl Coppedge Jr replied to the topic TCL Script to remove empty IN1 or IN2 in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/tcl-script-to-remove-empty-in1-or-in2/#post-80480</link>
				<pubDate>Thu, 01 May 2014 11:42:39 -0400</pubDate>

									<content:encoded><![CDATA[<p>I use this to remove ZRV segments.</p>
<p>set msg [msgget $mh]<br />
set segmentList [split $msg r]</p>
<p>set position [lsearch -regexp $segmentList ^ZRV]<br />
lvarpop segmentList $position &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; ;# delete segment<br />
set newMsg [join $segmentList r]<br />
msgset $mh $newMsg</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">680e1f87ddae2c8763ff9d07591f0ac2</guid>
				<title>Earl Coppedge Jr replied to the topic Removing Spaces 2 in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/removing-spaces-2-2/#post-78447</link>
				<pubDate>Thu, 01 Aug 2013 16:00:41 -0400</pubDate>

									<content:encoded><![CDATA[<p>This will make all </p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">3a9e5526b8b802591300f6009949be7f</guid>
				<title>Earl Coppedge Jr replied to the topic smat in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/smat-2/#post-77733</link>
				<pubDate>Fri, 04 Jan 2013 18:33:29 -0500</pubDate>

									<content:encoded><![CDATA[<p>CITA-LIS.*SC</p>
<p>will show messages containing CITA-LIS with SC somewhere after it.</p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
					<item>
				<guid isPermaLink="false">6c7eb7983022eb7541a5224316812355</guid>
				<title>Earl Coppedge Jr replied to the topic Is there a command to stop all processes on a site? in the forum Cloverleaf</title>
				<link>https://usspvlclovertch2.infor.com/forums/topic/is-there-a-command-to-stop-all-processes-on-a-site/#post-67087</link>
				<pubDate>Sun, 08 Mar 2009 15:10:31 -0400</pubDate>

									<content:encoded><![CDATA[<p>This might be a little longer, but it stop inbound threads first, then outbound. &nbsp;Based on how threads are named. &nbsp;It also does a site clean.</p>
<p>hciconnstatus | grep ib | awk &#8216;{print &#8220;hcicmd -p&#8221;,$1,&#8221;-c &#8220;&#8221;,$2,&#8221;pstop&#8221;&#8221;}&#8217; &gt; $HCIROOT/data/tempthreads<br />
hciprocstatus | awk &#8216;{print $1}&#8217;|sed &#8216;/Process/d&#8217; |sed &#8216;/</p>
<p>/d&#8217; &gt; $HCIROOT/data/processes</p>
<p>cat&hellip;<span class="activity-read-more" id="activity-read-more-7503"><a href="https://usspvlclovertch2.infor.com/forums/topic/is-there-a-command-to-stop-all-processes-on-a-site/#post-67087" rel="nofollow ugc">Read more</a></span></p>
]]></content:encoded>
				
									<slash:comments>0</slash:comments>
				
							</item>
		
	</channel>
</rss>