<?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>logic involved &#187; command line</title> <atom:link href="http://www.coliena.com/blog/tag/command-line/feed/" rel="self" type="application/rss+xml" /><link>http://www.coliena.com/blog</link> <description>... more often than not ...</description> <lastBuildDate>Sat, 21 Jan 2012 18:09:36 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>Piping text to the clipboard in Vista and Windows 7</title><link>http://www.coliena.com/blog/2010/05/piping-text-to-the-clipboard-in-vista-and-windows-7/</link> <comments>http://www.coliena.com/blog/2010/05/piping-text-to-the-clipboard-in-vista-and-windows-7/#comments</comments> <pubDate>Mon, 31 May 2010 12:39:24 +0000</pubDate> <dc:creator>niels</dc:creator> <category><![CDATA[shell]]></category> <category><![CDATA[command line]]></category> <category><![CDATA[windows]]></category><guid
isPermaLink="false">http://coliena.com/blog/?p=334</guid> <description><![CDATA[Microsoft added a new command line tool to Vista and Windows 7: clip.exe. This nifty little utility allows user to copy program output to the clipboard on the windows command line. Its usage is pretty straightforward: dir &#124; clip &#8211; copies the output of the dir command to the clipboard clip &#60; example.txt – copy [...]]]></description> <content:encoded><![CDATA[<p>Microsoft added a new command line tool to Vista and Windows 7: clip.exe. This nifty little utility allows user to copy program output to the clipboard on the windows command line. Its usage is pretty straightforward:</p><p><code>dir | clip</code> &#8211; copies the output of the <em>dir </em>command to the clipboard<br
/> <code>clip &lt; example.txt </code>– copy the contents of the file <em>example.txt</em> to the clipboard</p> ]]></content:encoded> <wfw:commentRss>http://www.coliena.com/blog/2010/05/piping-text-to-the-clipboard-in-vista-and-windows-7/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>View and Kill Processes using the Windows Command Line</title><link>http://www.coliena.com/blog/2010/04/view-and-kill-processes-using-the-windows-command-line/</link> <comments>http://www.coliena.com/blog/2010/04/view-and-kill-processes-using-the-windows-command-line/#comments</comments> <pubDate>Tue, 13 Apr 2010 17:49:59 +0000</pubDate> <dc:creator>niels</dc:creator> <category><![CDATA[helpdesk]]></category> <category><![CDATA[command line]]></category> <category><![CDATA[windows]]></category><guid
isPermaLink="false">http://coliena.com/blog/?p=296</guid> <description><![CDATA[It&#8217;s pretty convenient to list and kill processes using ps and kill / pkill on *nix. Actually, you can do that on a Windows command line as well: tasklist: shows a list of all running processes taskkill: kills processes Among other options, processes can be killed by their process ID (taskkill /PID 4711) and by [...]]]></description> <content:encoded><![CDATA[<p>It&#8217;s pretty convenient to list and kill processes using <em>ps</em> and <em>kill</em> / <em>pkill</em> on *nix. Actually, you can do that on a Windows command line as well:</p><ul><li><em>tasklist</em>: shows a list of all running processes</li><li><em>taskkill</em>: kills processes</li></ul><p>Among other options, processes can be killed by their process ID (<em>taskkill /PID 4711</em>) and by the name of their executable (<em>taskkill /IM firefox.exe</em>).<br
/> So, if you have perl scripts running wild, just execute <em>taskkill perl.exe</em> to kill all of them down with a single command.</p><p>More lesser known Windows commands are described in <a
href="http://www.sans.org/security-resources/sec560/windows_command_line_sheet_v1.pdf">this PDF</a>.</p> ]]></content:encoded> <wfw:commentRss>http://www.coliena.com/blog/2010/04/view-and-kill-processes-using-the-windows-command-line/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
<!-- Served from: www.coliena.com @ 2012-02-06 01:15:54 by W3 Total Cache -->
