<?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>TinyHacker &#187; command line</title>
	<atom:link href="http://tinyhacker.com/hacks/tag/command-line/feed/" rel="self" type="application/rss+xml" />
	<link>http://tinyhacker.com</link>
	<description>Tiny Tips for the Common Geek</description>
	<lastBuildDate>Wed, 23 May 2012 21:00:57 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>The Power of The Command Prompt</title>
		<link>http://tinyhacker.com/hacks/the-power-of-the-command-prompt/</link>
		<comments>http://tinyhacker.com/hacks/the-power-of-the-command-prompt/#comments</comments>
		<pubDate>Tue, 14 Dec 2010 11:00:35 +0000</pubDate>
		<dc:creator>CorporateGeek</dc:creator>
				<category><![CDATA[Geek Info]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[command line]]></category>

		<guid isPermaLink="false">http://tinyhacker.com/?p=4539</guid>
		<description><![CDATA[This really good series of tutorials, shows us all how powerful the Command Prompt can be. Want to be the ultimate hacker? You should definitely learn your way with the Command Prompt. An Ode to the Command Prompt &#8211; the Most Powerful and Least Used Windows Tool]]></description>
			<content:encoded><![CDATA[<p><a href="http://tinyhacker.com/wp-content/uploads/2010/12/cmd_13.jpg"><img class="alignnone size-medium wp-image-4538" src="http://tinyhacker.com/wp-content/uploads/2010/12/cmd_13-244x300.jpg" alt="" width="244" height="300" /></a></p>
<p>This really good series of tutorials, shows us all how powerful the Command Prompt can be. Want to be the ultimate hacker? You should definitely learn your way with the Command Prompt.</p>
<p><a href="http://www.7tutorials.com/ode-command-prompt-most-powerful-and-least-used-windows-tool">An Ode to the Command Prompt &#8211; the Most Powerful and Least Used Windows Tool</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tinyhacker.com/hacks/the-power-of-the-command-prompt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A to Z Index of the Windows XP Command Line</title>
		<link>http://tinyhacker.com/hacks/a-to-z-index-of-the-windows-xp-command-line/</link>
		<comments>http://tinyhacker.com/hacks/a-to-z-index-of-the-windows-xp-command-line/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 01:00:31 +0000</pubDate>
		<dc:creator>akishore</dc:creator>
				<category><![CDATA[Geek Info]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[windows xp]]></category>

		<guid isPermaLink="false">http://tinyhacker.com/?p=1967</guid>
		<description><![CDATA[Think you are a command line Guru in Windows XP? Well, test yourself and see how many commands you actually know! Can you create a Windows shortcut from the command line? Or add a new environment variable? Check out this list of all command prompt commands. Windows XP Command Line]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px;border-left: 0px;border-top: 0px;border-right: 0px" border="0" alt="windows xp command line" src="http://tinyhacker.com/wp-content/uploads/2009/12/windowsxpcommandline.png" width="504" height="331" /> </p>
<p>Think you are a command line Guru in Windows XP? Well, test yourself and see how many commands you actually know! Can you create a Windows shortcut from the command line? Or add a new environment variable? Check out this list of all command prompt commands. </p>
<p><a href="http://ss64.com/nt/" target="_blank">Windows XP Command Line</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tinyhacker.com/hacks/a-to-z-index-of-the-windows-xp-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make a Shortcut to Close &#8220;Not Responding&#8221; Applications</title>
		<link>http://tinyhacker.com/hacks/make-a-shortcut-to-close-not-responding-applications/</link>
		<comments>http://tinyhacker.com/hacks/make-a-shortcut-to-close-not-responding-applications/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 21:00:40 +0000</pubDate>
		<dc:creator>howtogeek</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://tinyhacker.com/?p=975</guid>
		<description><![CDATA[Tired of your applications locking up, and having to open up task manager and kill them? You can make a quick-kill shortcut that will just whack any application that isn&#8217;t responding. Make a new shortcut with this path: taskkill.exe /f /fi &#34;status eq not responding&#34;]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/11/image47.png" width="585" height="262" /> </p>
<p>Tired of your applications locking up, and having to open up task manager and kill them? You can make a quick-kill shortcut that will just whack any application that isn&#8217;t responding. Make a new shortcut with this path:</p>
<p>taskkill.exe /f /fi &quot;status eq not responding&quot;</p>
]]></content:encoded>
			<wfw:commentRss>http://tinyhacker.com/hacks/make-a-shortcut-to-close-not-responding-applications/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Change Command Prompt Colors and Fonts (Tiny Tips)</title>
		<link>http://tinyhacker.com/hacks/change-command-prompt-colors-and-fonts/</link>
		<comments>http://tinyhacker.com/hacks/change-command-prompt-colors-and-fonts/#comments</comments>
		<pubDate>Tue, 03 Nov 2009 10:22:00 +0000</pubDate>
		<dc:creator>tinyhacker</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[command line]]></category>

		<guid isPermaLink="false">http://tinyhacker.com/hacks/change-command-prompt-colors-and-fonts/</guid>
		<description><![CDATA[&#160; Tired of the old white font on black background of the command prompt? Right-click the title bar, choose Properties, and set the colors, fonts and width on the Colors tab]]></description>
			<content:encoded><![CDATA[<p>&#160;<img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/11/image16.png" width="607" height="338" /> </p>
<p>Tired of the old white font on black background of the command prompt? Right-click the title bar, choose Properties, and set the colors, fonts and width on the Colors tab <img src='http://tinyhacker.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://tinyhacker.com/hacks/change-command-prompt-colors-and-fonts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Clear Your DNS Cache to Protect Your Privacy</title>
		<link>http://tinyhacker.com/hacks/clear-your-dns-cache-to-protect-your-privacy/</link>
		<comments>http://tinyhacker.com/hacks/clear-your-dns-cache-to-protect-your-privacy/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 10:00:00 +0000</pubDate>
		<dc:creator>howtogeek</dc:creator>
				<category><![CDATA[Geek Info]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://tinyhacker.com/hacks/clear-your-dns-cache-to-protect-your-privacy/</guid>
		<description><![CDATA[Did you realize that the DNS cache on your computer is tracking everything you do, even if you use Google Chrome&#8217;s &#34;Private Browsing&#34; mode? Simply use this command line to view everything in the cache: ipconfig /displaydns Then use this one to flush it: ipconfig /flushdns]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/11/image3.png" width="526" height="224" /> </p>
<p>Did you realize that the DNS cache on your computer is tracking everything you do, even if you use Google Chrome&#8217;s &quot;Private Browsing&quot; mode? Simply use this command line to view everything in the cache:</p>
<p>ipconfig /displaydns</p>
<p>Then use this one to flush it:</p>
<p>ipconfig /flushdns</p>
]]></content:encoded>
			<wfw:commentRss>http://tinyhacker.com/hacks/clear-your-dns-cache-to-protect-your-privacy/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>The Geeky Command Prompt Calculator</title>
		<link>http://tinyhacker.com/hacks/the-geeky-command-prompt-calculator/</link>
		<comments>http://tinyhacker.com/hacks/the-geeky-command-prompt-calculator/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 08:20:00 +0000</pubDate>
		<dc:creator>howtogeek</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[geeky]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://tinyhacker.com/hacks/the-geeky-command-prompt-calculator/</guid>
		<description><![CDATA[Ever wish you could just do simple calculations from the terminal? All you need to do is add the following to your bashrc file (or run it from the terminal to test): calc(){ awk &#34;BEGIN{ print $* }&#34; ;} When you&#8217;re using it, just make sure to not add any spaces, or enclose the calculation [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/10/image40.png" width="600" height="136" /> </p>
<p>Ever wish you could just do simple calculations from the terminal? All you need to do is add the following to your bashrc file (or run it from the terminal to test):</p>
<blockquote><p>calc(){ awk &quot;BEGIN{ print $* }&quot; ;}</p>
</blockquote>
<p>When you&#8217;re using it, just make sure to not add any spaces, or enclose the calculation parameters in quotes, like this:</p>
<blockquote><p>calc &quot;8 * 99 / 4&quot;</p>
</blockquote>
<p><a href="http://www.commandlinefu.com/commands/view/3871/command-line-calculator">command line calculator</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tinyhacker.com/hacks/the-geeky-command-prompt-calculator/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Find Words That Start With a Set of Characters</title>
		<link>http://tinyhacker.com/hacks/find-words-that-start-with-a-set-of-characters/</link>
		<comments>http://tinyhacker.com/hacks/find-words-that-start-with-a-set-of-characters/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 22:00:00 +0000</pubDate>
		<dc:creator>howtogeek</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[terminal]]></category>

		<guid isPermaLink="false">http://tinyhacker.com/hacks/find-words-that-start-with-a-set-of-characters/</guid>
		<description><![CDATA[Have you ever just wanted a list of words that start with a set of characters? If you&#8217;ve got a Linux box handy, you can use the &#34;look&#34; command to do just that. Simply type with the following syntax: look &#60;letters&#62; And it&#8217;ll show any words that start with those characters. Or you could just [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/10/image16.png" width="458" height="176" /> </p>
<p>Have you ever just wanted a list of words that start with a set of characters? If you&#8217;ve got a Linux box handy, you can use the &quot;look&quot; command to do just that. Simply type with the following syntax:</p>
<blockquote><p>look &lt;letters&gt;</p>
</blockquote>
<p>And it&#8217;ll show any words that start with those characters. Or you could just use Google.</p>
]]></content:encoded>
			<wfw:commentRss>http://tinyhacker.com/hacks/find-words-that-start-with-a-set-of-characters/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Convert PNG Files to Icons With a Simple Command Line App</title>
		<link>http://tinyhacker.com/hacks/convert-png-files-to-icons-with-a-simple-command-line-app/</link>
		<comments>http://tinyhacker.com/hacks/convert-png-files-to-icons-with-a-simple-command-line-app/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 10:00:00 +0000</pubDate>
		<dc:creator>howtogeek</dc:creator>
				<category><![CDATA[Downloads]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[convert]]></category>
		<category><![CDATA[icons]]></category>
		<category><![CDATA[images]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://tinyhacker.com/hacks/convert-png-files-to-icons-with-a-simple-command-line-app/</guid>
		<description><![CDATA[Ever wanted to convert a PNG file into an icon so you can use it somewhere in Windows? There&#8217;s a tiny, simple command-line application (for Windows or Linux) that can be used to convert them easily. Easy, that is, if you don&#8217;t mind a little typing. But you&#8217;re a geek, right? png2ico &#8211; PNG to [...]]]></description>
			<content:encoded><![CDATA[<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://tinyhacker.com/wp-content/uploads/2009/10/image13.png" width="469" height="199" /> </p>
<p>Ever wanted to convert a PNG file into an icon so you can use it somewhere in Windows? There&#8217;s a tiny, simple command-line application (for Windows or Linux) that can be used to convert them easily. Easy, that is, if you don&#8217;t mind a little typing. But you&#8217;re a geek, right?</p>
<p><a href="http://winterdrache.de/freeware/png2ico/">png2ico &#8211; PNG to icon converter (Linux, Unix, GNU, Windows)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tinyhacker.com/hacks/convert-png-files-to-icons-with-a-simple-command-line-app/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Manage Your To-Do Items From the Shell</title>
		<link>http://tinyhacker.com/hacks/manage-your-to-do-items-from-the-shell/</link>
		<comments>http://tinyhacker.com/hacks/manage-your-to-do-items-from-the-shell/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 05:51:00 +0000</pubDate>
		<dc:creator>howtogeek</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[ToDo Lists]]></category>
		<category><![CDATA[ubergeek]]></category>

		<guid isPermaLink="false">http://tinyhacker.com/hacks/manage-your-to-do-items-from-the-shell/</guid>
		<description><![CDATA[Some of us are command line junkies&#8230; it may not make sense, but we prefer to do everything from the shell if possible. We even know that ack is better than grep or how to kill Windows with just 3 keystrokes, after all. Today&#8217;s fun tool is called Tofu, and it&#8217;s a dirt simple To-Do [...]]]></description>
			<content:encoded><![CDATA[<p><img style="display: inline" title="Manage Todo From Shell" alt="Manage Todo From Shell" src="http://tinyhacker.com/wp-content/uploads/2009/01/image20.png" width="515" height="150" /></p>
<p>Some of us are command line junkies&#8230; it may not make sense, but we prefer to do everything from the shell if possible. We even know that <a href="http://tinyhacker.com/hacks/ack-is-better-than-grep/">ack is better than grep</a> or <a href="http://www.howtogeek.com/howto/windows-vista/keyboard-ninja-kill-windows-with-the-blue-screen-of-death-in-3-keystrokes/">how to kill Windows with just 3 keystrokes</a>, after all.</p>
<p>Today&#8217;s fun tool is called Tofu, and it&#8217;s a dirt simple To-Do list manager implemented as a simple Perl script, meaning it will probably work for people using Windows (although you wouldn&#8217;t get colors).&#160; </p>
<p><a href="http://requiescant.tuxfamily.org/tofu/index.html">Tofu: plain (stupid) text-based todo(s) manager</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tinyhacker.com/hacks/manage-your-to-do-items-from-the-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Start Command Line Apps and Batch Files in Hide Mode</title>
		<link>http://tinyhacker.com/hacks/start-command-line-apps-and-batch-files-in-hide-mode/</link>
		<comments>http://tinyhacker.com/hacks/start-command-line-apps-and-batch-files-in-hide-mode/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 23:41:00 +0000</pubDate>
		<dc:creator>howtogeek</dc:creator>
				<category><![CDATA[System Admin]]></category>
		<category><![CDATA[command line]]></category>
		<category><![CDATA[system utilities]]></category>
		<category><![CDATA[ubergeek]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://tinyhacker.com/hacks/start-command-line-apps-and-batch-files-in-hide-mode/</guid>
		<description><![CDATA[&#160; If you are still a fan of old-school batch files, or you want to start up a command line application but don&#8217;t want to see the window, you might want to take a look at the simple Hidden Start, or HStart utility, which lets you easily do just that. Hidden Start &#8211; run apps [...]]]></description>
			<content:encoded><![CDATA[<p>&#160;<img style="display: inline" title="Hide Batch Files" alt="Hide Batch Files" src="http://tinyhacker.com/wp-content/uploads/2009/01/image19.png" width="432" height="207" /></p>
<p>If you are still a fan of old-school batch files, or you want to start up a command line application but don&#8217;t want to see the window, you might want to take a look at the simple Hidden Start, or HStart utility, which lets you easily do just that.</p>
<p><a href="http://www.ntwind.com/software/utilities/hstart.html">Hidden Start &#8211; run apps in the background &#8211; NTWind Software</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tinyhacker.com/hacks/start-command-line-apps-and-batch-files-in-hide-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

