centos复制文件夹内所有文件到另一个文件夹命令

  • A+
所属分类:Linux

---
title: Centos复制文件夹内所有文件到另一个文件夹命令
date: 2018-11-15 15:18:48
categories: linux
tags:
- centos
- 命令
- 文件夹
- 复制
- cp
- rf
---

Centos复制文件夹内所有文件到另一个文件夹命令:

cp -Rf /var/www/abc/* /var/www/temp/
将/var/www/abc/目录下的所有东西拷到/var/www/temp/

而不拷贝/var/www/abc/目录本身。

ZPY

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: