<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	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>转换文件编码 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E8%BD%AC%E6%8D%A2%E6%96%87%E4%BB%B6%E7%BC%96%E7%A0%81/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Mon, 17 Oct 2011 02:02:20 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>编写shell脚本，使用iconv批量改变文件编码</title>
		<link>https://www.coder4.com/archives/848</link>
					<comments>https://www.coder4.com/archives/848#comments</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Fri, 30 Jul 2010 04:10:54 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[iconv]]></category>
		<category><![CDATA[shell]]></category>
		<category><![CDATA[批量]]></category>
		<category><![CDATA[脚本]]></category>
		<category><![CDATA[转换文件编码]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=848</guid>

					<description><![CDATA[在开发中，我们经常需要对N多文件编码进行更改，iconv只能对单文件的进行更改，怎么办呢？我们写一个shell脚本来解决这个问题。 用法示例： cd ~/workspace/XXXProject ~/iconv_shell.sh ./ *java 好了，直接上代码~~ #!/bin/bash if [ "$#" != "2" ]; then echo "Usage: `basename $0` dir filter" exit fi[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/848/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
