<?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/"
		>
<channel>
	<title>Comments on: Kill Processes Using Wildcards with pkill in OS X</title>
	<atom:link href="http://osxdaily.com/2012/10/18/kill-process-wildcards-pkill-mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://osxdaily.com/2012/10/18/kill-process-wildcards-pkill-mac-os-x/</link>
	<description>News, tips, software, reviews, and more for Mac OS X, iPhone, iPad</description>
	<lastBuildDate>Sat, 18 May 2013 19:31:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: Marc</title>
		<link>http://osxdaily.com/2012/10/18/kill-process-wildcards-pkill-mac-os-x/#comment-438872</link>
		<dc:creator>Marc</dc:creator>
		<pubDate>Fri, 19 Oct 2012 00:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://osxdaily.com/?p=33945#comment-438872</guid>
		<description>Your wildcard examples suffer from a flaw... the shell will attempt to expand the wildcards before pkill sees them.  take this example: pkill C*

It will not work if the current working directory has any file that starts with a capital C.  The shell will expand the wildcard expression and pkill will be given the names of the files in your current working directory that start with C, not the expression &#039;C*&#039;.</description>
		<content:encoded><![CDATA[<p>Your wildcard examples suffer from a flaw&#8230; the shell will attempt to expand the wildcards before pkill sees them.  take this example: pkill C*</p>
<p>It will not work if the current working directory has any file that starts with a capital C.  The shell will expand the wildcard expression and pkill will be given the names of the files in your current working directory that start with C, not the expression &#8216;C*&#8217;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced (User agent is rejected)
Database Caching 1/3 queries in 0.003 seconds using disk: basic
Object Caching 189/190 objects using disk: basic
Content Delivery Network via cdn.osxdaily.com

Served from: osxdaily.com @ 2013-05-19 08:29:54 -->