<?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>空格 &#8211; moneyslow.com</title>
	<atom:link href="https://moneyslow.com/tag/%e7%a9%ba%e6%a0%bc/feed" rel="self" type="application/rss+xml" />
	<link>https://moneyslow.com</link>
	<description>making money with technology</description>
	<lastBuildDate>Sat, 18 Jul 2020 16:07:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.7.4</generator>
	<item>
		<title>批量删除文件名中包含的空格(最新方法)</title>
		<link>https://moneyslow.com/%e6%89%b9%e9%87%8f%e5%88%a0%e9%99%a4%e6%96%87%e4%bb%b6%e5%90%8d%e4%b8%ad%e5%8c%85%e5%90%ab%e7%9a%84%e7%a9%ba%e6%a0%bc.html</link>
		
		<dc:creator><![CDATA[moneyslow]]></dc:creator>
		<pubDate>Sat, 18 Jul 2020 15:58:03 +0000</pubDate>
				<category><![CDATA[newest]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[空格]]></category>
		<guid isPermaLink="false">https://moneyslow.com/?p=11376</guid>

					<description><![CDATA[参考：https://stackoverflow.com/questions/2709458/how-to-replace-spaces-in-file-names-using-a-bash-script bash 4.0才支持的脚本： #!/bin/bash shopt -s globstar for file in **/*\ * do mv "$file" "${file// /_}" done]]></description>
		
		
		
			</item>
	</channel>
</rss>
