<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sky Rocket Inc. &#187; unix</title>
	<atom:link href="http://www.skyrocketonlinemarketing.com/tag/unix/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.skyrocketonlinemarketing.com</link>
	<description>Online Marketing</description>
	<lastBuildDate>Sat, 17 Jul 2010 12:07:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>SCP SSH custom ports</title>
		<link>http://www.skyrocketonlinemarketing.com/scp-ssh-custom-ports/</link>
		<comments>http://www.skyrocketonlinemarketing.com/scp-ssh-custom-ports/#comments</comments>
		<pubDate>Tue, 21 Oct 2008 14:47:11 +0000</pubDate>
		<dc:creator>JC</dc:creator>
				<category><![CDATA[Settings]]></category>
		<category><![CDATA[scp]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.skyrocketonlinemarketing.com/?p=618</guid>
		<description><![CDATA[If you use SSH SCP commands you may of noticed a subtle and annoying difference in the way you specifcy a custom port. SSH uses a lowercase p, whereas SCP requires an uppercase P: ssh -p 08098 scp -P 09809 Post from: Sky RocketSCP SSH custom ports Related posts:NetInsight: find and replace custom session ids [...]<p>Post from: <a href="http://skyrocketonlinemarketing.com">Sky Rocket</a><br/><br/><a href="http://www.skyrocketonlinemarketing.com/scp-ssh-custom-ports/">SCP SSH custom ports</a></p>



Related posts:<ol><li><a href='http://www.skyrocketonlinemarketing.com/netinsight-find-replace-custom-session-ids-urls/' rel='bookmark' title='Permanent Link: NetInsight: find and replace custom session ids from URLs'>NetInsight: find and replace custom session ids from URLs</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you use SSH SCP commands you may of noticed a subtle and annoying difference in the way you specifcy a custom port. SSH uses a lowercase p, whereas SCP requires an uppercase P:</p>
<p><code>ssh -p 08098</code><br />
<code>scp -P 09809</code></p>
<p>Post from: <a href="http://skyrocketonlinemarketing.com">Sky Rocket</a><br/><br/><a href="http://www.skyrocketonlinemarketing.com/scp-ssh-custom-ports/">SCP SSH custom ports</a></p>


<p>Related posts:<ol><li><a href='http://www.skyrocketonlinemarketing.com/netinsight-find-replace-custom-session-ids-urls/' rel='bookmark' title='Permanent Link: NetInsight: find and replace custom session ids from URLs'>NetInsight: find and replace custom session ids from URLs</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.skyrocketonlinemarketing.com/scp-ssh-custom-ports/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unix tip: append lines from a text file to another text file</title>
		<link>http://www.skyrocketonlinemarketing.com/unix-tip-append-lines-from-a-text-file-to-another-text-file/</link>
		<comments>http://www.skyrocketonlinemarketing.com/unix-tip-append-lines-from-a-text-file-to-another-text-file/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 21:32:55 +0000</pubDate>
		<dc:creator>JC</dc:creator>
				<category><![CDATA[Settings]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://www.oneninesevensix.com/?p=16</guid>
		<description><![CDATA[awk -F, '{print $0}' a-text-file.txt &#62;&#62; another-text-file.text Post from: Sky RocketUnix tip: append lines from a text file to another text file Related posts:In the Woods &#8211; Free File of the Month: July 2009<p>Post from: <a href="http://skyrocketonlinemarketing.com">Sky Rocket</a><br/><br/><a href="http://www.skyrocketonlinemarketing.com/unix-tip-append-lines-from-a-text-file-to-another-text-file/">Unix tip: append lines from a text file to another text file</a></p>



Related posts:<ol><li><a href='http://www.skyrocketonlinemarketing.com/in-the-woods-free-file-of-the-month-july-2009/' rel='bookmark' title='Permanent Link: In the Woods &#8211; Free File of the Month: July 2009'>In the Woods &#8211; Free File of the Month: July 2009</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><code>awk -F, '{print $0}' a-text-file.txt &gt;&gt; another-text-file.text</code></p>
<p>Post from: <a href="http://skyrocketonlinemarketing.com">Sky Rocket</a><br/><br/><a href="http://www.skyrocketonlinemarketing.com/unix-tip-append-lines-from-a-text-file-to-another-text-file/">Unix tip: append lines from a text file to another text file</a></p>


<p>Related posts:<ol><li><a href='http://www.skyrocketonlinemarketing.com/in-the-woods-free-file-of-the-month-july-2009/' rel='bookmark' title='Permanent Link: In the Woods &#8211; Free File of the Month: July 2009'>In the Woods &#8211; Free File of the Month: July 2009</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.skyrocketonlinemarketing.com/unix-tip-append-lines-from-a-text-file-to-another-text-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
