<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post//</link>
<title><![CDATA[[端口查看]windows下的类似linux下的grep命令——findstr，grep软件下载。]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Fri, 29 Mar 2013 01:38:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	背景：windows下找字符串，二次查找等需要这个grep：<br/>DownLoad:<br/>http://www.wingrep.com/download.htm<br/><br/><br/>windows下的类似linux下的grep命令——findstr<br/>经常用linux下的grep命令，比如：<br/>netstat -an&#124;grep 1521<br/>其实windows下也有一个类似的命令findstr,比如：<br/>C:&#92;Windows&#92;system32&gt;netstat -an&#124;findstr 1521<br/> TCP 0.0.0.0:1521 0.0.0.0:0 LISTENING<br/>TCP 192.168.1.100:1521 192.168.1.100:49686 ESTABLISHED<br/>TCP 192.168.1.100:1521 192.168.1.100:49701 ESTABLISHED<br/>TCP 192.168.1.100:1521 192.168.1.100:49702 ESTABLISHED<br/>TCP 192.168.1.100:1521 192.168.1.100:49706 ESTABLISHED<br/>TCP 192.168.1.100:1521 192.168.1.100:49707 ESTABLISHED<br/> <br/>TCP 192.168.1.100:1521 192.168.1.100:49753 ESTABLISHED<br/>TCP 192.168.1.100:49686 192.168.1.100:1521 ESTABLISHED<br/>TCP 192.168.1.100:49701 192.168.1.100:1521 ESTABLISHED<br/>TCP 192.168.1.100:49702 192.168.1.100:1521 ESTABLISHED<br/>TCP 192.168.1.100:49706 192.168.1.100:1521 ESTABLISHED<br/>TCP 192.168.1.100:49707 192.168.1.100:1521 ESTABLISHED<br/>TCP 192.168.1.100:49753 192.168.1.100:1521 ESTABLISHED<br/>TCP [::]:1521 [::]:0 LISTENING&nbsp;&nbsp;www.2cto.com&nbsp;&nbsp;<br/> <br/>当然windows下还有一个find命令，比如：<br/>C:&#92;Windows&#92;system32&gt;netstat -an&#124;find &quot;1521&quot;<br/>TCP 0.0.0.0:1521 0.0.0.0:0 LISTENING<br/>TCP 192.168.1.100:1521 192.168.1.100:49686 ESTABLISHED<br/>TCP 192.168.1.100:1521 192.168.1.100:49701 ESTABLISHED<br/>TCP 192.168.1.100:1521 192.168.1.100:49702 ESTABLISHED<br/>TCP 192.168.1.100:1521 192.168.1.100:49706 ESTABLISHED<br/>TCP 192.168.1.100:1521 192.168.1.100:49707 ESTABLISHED<br/> <br/>TCP 192.168.1.100:1521 192.168.1.100:49753 ESTABLISHED<br/>TCP 192.168.1.100:49686 192.168.1.100:1521 ESTABLISHED<br/>TCP 192.168.1.100:49701 192.168.1.100:1521 ESTABLISHED<br/>TCP 192.168.1.100:49702 192.168.1.100:1521 ESTABLISHED<br/>TCP 192.168.1.100:49706 192.168.1.100:1521 ESTABLISHED<br/>TCP 192.168.1.100:49707 192.168.1.100:1521 ESTABLISHED<br/>TCP 192.168.1.100:49753 192.168.1.100:1521 ESTABLISHED<br/> <br/>TCP [::]:1521 [::]:0 LISTENING<br/>两个命令的区别是find需要用引号引起来。<br/><br/>来自：http://www.2cto.com/os/201207/141185.html
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [端口查看]windows下的类似linux下的grep命令——findstr，grep软件下载。]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>