<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://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://jackxiang.com/post//</link>
<title><![CDATA[[口袋技巧]Linux下经常要输出某个文件的绝对路径的方法]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[Unix/LinuxC技术]]></category>
<pubDate>Sat, 15 Oct 2011 15:43:47 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	这样：<br/><textarea name="code" class="html" rows="15" cols="100">echo `pwd`/php-fpm.conf </textarea><br/>如下：<br/><textarea name="code" class="html" rows="15" cols="100">root@116.255.139.240:/usr/local/webserver/php/etc# echo `pwd`/php-fpm.conf 
/usr/local/webserver/php/etc/php-fpm.conf</textarea><br/><br/>利用Ls查出来后再接上路径的方法：<br/>WEB_39_74_sles10sp1:/home/jackxiang/public_html/adc_branches/tst # ls -lart&nbsp;&nbsp;$PWD/order*.html<br/> Nov 22 16:36 /home/jackxiang/public_html/adc_branches2/tst/order_detail.html<br/> Nov 22 16:36 /home/jackxiang/public_html/adc_branches2/tst/order_result.html<br/> Nov 23 09:19 /home/jackxiang/public_html/adc_branches2/tst/order_report.html<br/><br/>ls -lart ~+/order*.html 也行。<br/><textarea name="code" class="html" rows="15" cols="100">
~+&nbsp;&nbsp;== $PWD
</textarea><br/>注：<br/>~+和$PWD一样的功能，就是一样的不同表示罢了。<br/><br/>通过find配合~+输出文件路径：<br/><textarea name="code" class="php" rows="15" cols="100">
WEB_39_78_sles10sp1:/home/jackxiang/public_html/abcd # find ~+ -name &quot;*_history.*&quot;&#124;xargs ls&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
/home/jackxiang/public_html/abcd/js/fckeditor/_whatsnew_history.html
/home/jackxiang/public_html/abcd/php/tst/tst_product_experience_result_reporter_history.php
/home/jackxiang/public_html/abcd/tst/product_experience_result_reporter_history.html
</textarea>
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] [口袋技巧]Linux下经常要输出某个文件的绝对路径的方法]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>