cp - copy files and directories

用法:
cp [OPTION] source dest DESCRIPTION
Copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY. -a 拷贝文件及属性 -i, --interactive
prompt before overwrite (overrides a previous -n option) -l, --link
hard link files instead of copying -n, --no-clobber
do not overwrite an existing file (overrides a previous -i option) -R, -r, --recursive
copy directories recursively -s, --symbolic-link
make symbolic links instead of copying -u, --update
copy only when the SOURCE file is newer than the destination file or when the destination file is missing -v, --verbose
explain what is being done

示例:
cp source dest

cp -a source dest

cp -r source/ dest/

最新文章

  1. 快速定位性能瓶颈,检查出所有资源(CPU、内存、磁盘IO等)的利用率(utilization)、饱和度(saturation)和错误(error)度量,即USE方法
  2. viewport就是这回事
  3. 看jpg和png图片
  4. Codeforces525E Anya and Cubes(双向搜索)
  5. SQLServer的数据存储结构01 文件与文件组
  6. 你了解javascript中的function吗?(1)
  7. js检测是否安装了flash插件
  8. 神州通,我看行---K2用户交流会华南站
  9. sql的 group by 分组;linq的 group by 分组
  10. C#如何加载程序运行目录外的程序集
  11. Visual C++ 对话框增加菜单栏
  12. PHP漏洞全解(六)-跨网站请求伪造
  13. HashSet的排序
  14. Foundation 学习笔记
  15. 一.windows环境下rabbitMQ的的安装和配置
  16. JAVA之编码---->CSV在文本下是正常的,用EXCEL打开是乱码的问题
  17. 9.app后端选择什么服务器
  18. pandas.DataFrame的pivot()和unstack()实现行转列
  19. Typecho——简介及安装
  20. 阿里巴巴Java开发手册与自己开发对照笔记

热门文章

  1. java+上传大视频文件断点续传
  2. Word:高亮显示文档中的所有英文字符
  3. Binary Stirling Numbers
  4. poj 2976 Dropping tests (最大化平均值:二分查找)
  5. codevs 1200 同余方程 2012年NOIP全国联赛提高组 x
  6. 灰度图像--图像增强 非锐化掩蔽 (Unsharpening Mask)
  7. gitk、Git GUI 图形化工具中文显示乱码的解决方案
  8. IDEA问题java: -source 1.6 中不支持diamond、 lambda 表达式
  9. 【Azure】用“Azure Storage Exlporer”进行磁盘拷贝
  10. Android res之shape