<?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>TUX-ES.com &#187; cli</title>
	<atom:link href="http://www.tux-es.com/project1/tag/cli/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tux-es.com/project1</link>
	<description></description>
	<lastBuildDate>Wed, 26 May 2010 14:53:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>es</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>grep para entornos windows ^^</title>
		<link>http://www.tux-es.com/project1/2009/12/grep-para-entornos-windows/</link>
		<comments>http://www.tux-es.com/project1/2009/12/grep-para-entornos-windows/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 08:11:01 +0000</pubDate>
		<dc:creator>macuriel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cli]]></category>
		<category><![CDATA[RegExp]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.tux-es.com/project1/?p=588</guid>
		<description><![CDATA[Cual ha sido mi sorpresa hoy, leyendo un artículo sobre implementación de Bacula Client en entornos Windows, encontré el siguiente comando:
findstr
Leyendo más sobre él, puedo concluir que tiene la apariencia de grep, que ni hablo del sed  , pero con menos potencia:
findstr [/b] [/e] [/l] [/r] [/s] [/i] [/x] [/v] [/n] [/m] [/o] [/p] [...]]]></description>
			<content:encoded><![CDATA[<p>Cual ha sido mi sorpresa hoy, leyendo un artículo sobre implementación de <a href="http://www.bacula.org">Bacula</a> Client en entornos Windows, encontré el siguiente comando:</p>
<h2><strong>findstr</strong></h2>
<p>Leyendo más sobre él, puedo concluir que tiene la apariencia de grep, que ni hablo del sed <img src='http://www.tux-es.com/project1/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> , pero con menos potencia:</p>
<h3>findstr [/b] [/e] [/l] [/r] [/s] [/i] [/x] [/v] [/n] [/m] [/o] [/p] [/offline] [/g:file] [/f:file] [/c:string] [/d:dirlist] [/a:ColorAttribute] [strings] [[Drive:][Path] FileName [...]]</h3>
<p>Ey!, que nos deja poner algunas expresiones regulares:</p>
<table id="ENCAC" style="border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #cccccc;" border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr valign="top">
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">.</p>
</td>
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; border-right-style: solid; border-right-width: 1px; border-right-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">Wildcard: any character</p>
</td>
</tr>
<tr style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #e9e9e6; background-position: initial initial; background-repeat: initial initial;" valign="top">
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">*</p>
</td>
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; border-right-style: solid; border-right-width: 1px; border-right-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">Repeat: zero or more occurrences of previous character or class</p>
</td>
</tr>
<tr valign="top">
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">^</p>
</td>
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; border-right-style: solid; border-right-width: 1px; border-right-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">Line position: beginning of line</p>
</td>
</tr>
<tr style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #e9e9e6; background-position: initial initial; background-repeat: initial initial;" valign="top">
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">$</p>
</td>
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; border-right-style: solid; border-right-width: 1px; border-right-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">Line position: end of line</p>
</td>
</tr>
<tr valign="top">
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">[<em>class</em>]</p>
</td>
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; border-right-style: solid; border-right-width: 1px; border-right-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">Character class: any one character in set</p>
</td>
</tr>
<tr style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #e9e9e6; background-position: initial initial; background-repeat: initial initial;" valign="top">
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">[^<em>class</em>]</p>
</td>
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; border-right-style: solid; border-right-width: 1px; border-right-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">Inverse class: any one character not in set</p>
</td>
</tr>
<tr valign="top">
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">[<em>x</em>-<em>y</em>]</p>
</td>
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; border-right-style: solid; border-right-width: 1px; border-right-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">Range: any characters within the specified range</p>
</td>
</tr>
<tr style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #e9e9e6; background-position: initial initial; background-repeat: initial initial;" valign="top">
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">\<em>x</em></p>
</td>
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; border-right-style: solid; border-right-width: 1px; border-right-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">Escape: literal use of metacharacter <em>x</em></p>
</td>
</tr>
<tr valign="top">
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">\&lt;<em>xyz</em></p>
</td>
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; border-right-style: solid; border-right-width: 1px; border-right-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">Word position: beginning of word</p>
</td>
</tr>
<tr style="background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #e9e9e6; background-position: initial initial; background-repeat: initial initial;" valign="top">
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;"><em>xyz\&gt;</em></p>
</td>
<td style="border-top-style: solid; border-top-width: 1px; border-top-color: #cccccc; border-left-style: solid; border-left-width: 1px; border-left-color: #cccccc; border-right-style: solid; border-right-width: 1px; border-right-color: #cccccc; padding: 5px;">
<p style="font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 15px; padding: 0px; margin: 0px;">Word position: end of word</p>
</td>
</tr>
</tbody>
</table>
<p><a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/findstr.mspx?mfr=true">Referencias &#8211; http://www.microsoft.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.tux-es.com/project1/2009/12/grep-para-entornos-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
