﻿<?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>运维部落 &#187; cp</title>
	<atom:link href="http://help.vps12.com/tag/cp/feed" rel="self" type="application/rss+xml" />
	<link>https://help.vps12.com</link>
	<description>分享服务器运维及实践解决方案</description>
	<lastBuildDate>Sat, 25 Jan 2025 07:14:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>可以显示进度的cp命令(shell代码)</title>
		<link>https://help.vps12.com/1520.html</link>
		<comments>https://help.vps12.com/1520.html#comments</comments>
		<pubDate>Fri, 26 Feb 2016 16:24:30 +0000</pubDate>
		<dc:creator>vps12.com</dc:creator>
				<category><![CDATA[编程实践]]></category>
		<category><![CDATA[解决方案]]></category>
		<category><![CDATA[cp]]></category>
		<category><![CDATA[vps12.com]]></category>

		<guid isPermaLink="false">http://help.vps12.com/?p=1520</guid>
		<description><![CDATA[首先将如下脚本放置在/usr/bin下， 要使用cp指令時，以大写CP指令，代替小写cp. (当然你可以自己修改脚本定制适合自己的命令) ?View Code BASH1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 #!/bin/bash &#160; PARAM_LIST=$* PARAM_NUM=$# TOTAL_SIZE=0 for&#40;&#40;i = 0; i &#60; PARAM_NUM - 1; i++&#41;&#41; do &#91; ! -r $1 &#93; [...]]]></description>
		<wfw:commentRss>https://help.vps12.com/1520.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
